Skip to content

Commit

Permalink
Remove styleguide in favor of gamut styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood committed Apr 25, 2024
1 parent fbe2a80 commit d07e1af
Show file tree
Hide file tree
Showing 11 changed files with 263 additions and 5,780 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ node_modules
**/node_modules
**/dist
**/tmp
packages/styleguide/stories/Core/Atoms/Markdown/*.md
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
},
"search.exclude": {
"docs": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"clear-modules": "lerna clean -y && rm -rf node_modules",
"build": "turbo run build --concurrency=3",
"build-all": "yarn build",
"start:storybook": "cd ./packages/styleguide && yarn start",
"start": "yarn && yarn start:storybook",
"prepare": "husky install"
},
"lint-staged": {
Expand Down
1 change: 0 additions & 1 deletion packages/styleguide/.env

This file was deleted.

21 changes: 0 additions & 21 deletions packages/styleguide/.storybook/babel.config.js

This file was deleted.

46 changes: 0 additions & 46 deletions packages/styleguide/.storybook/main.ts

This file was deleted.

116 changes: 0 additions & 116 deletions packages/styleguide/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/styleguide/README.md

This file was deleted.

60 changes: 0 additions & 60 deletions packages/styleguide/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions packages/styleguide/tsconfig.json

This file was deleted.

Loading

0 comments on commit d07e1af

Please sign in to comment.