Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Icons): add bookBookmarkIcon #2810

Merged
merged 8 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "test", "verify", "build-storybook"],
"cacheableOperations": [
"lint",
"build",
"test",
"verify",
"build-storybook"
],
"parallel": 3,
"useDaemonProcess": false,
"accessToken": "ZmVjZWYxNzctYTdmZC00ODYzLTg4MzEtZTE1YTVmZDdkZmY1fHJlYWQ="
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-gamut/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `eslint-plugin-gamut`

Recommended eslint plugin for Gamut applications. ✨
Recommended eslint plugins for Gamut applications. ✨

## Usage

Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ _UI Icons for the Gamut component library_

## Icon Guidelines

1. All icons must be square
2. All Icons should ideally be designed inside of a 16x16 pixel grid
1. All icons must be square.
2. All Icons should ideally be designed inside of a 16x16 pixel grid.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading