Browse Source
Task/revert adding styles to ui:storybook target (#6107)
* fix(sb): revert adding styles to ui:storybook target
pull/6108/head
Kenrick Tandrian
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
6 deletions
-
libs/ui/project.json
|
|
|
@ -31,12 +31,7 @@ |
|
|
|
"browserTarget": "ui:build-storybook", |
|
|
|
"compodoc": false, |
|
|
|
"configDir": "libs/ui/.storybook", |
|
|
|
"port": 4400, |
|
|
|
"styles": [ |
|
|
|
"apps/client/src/assets/fonts/inter.css", |
|
|
|
"apps/client/src/styles/theme.scss", |
|
|
|
"apps/client/src/styles.scss" |
|
|
|
] |
|
|
|
"port": 4400 |
|
|
|
}, |
|
|
|
"configurations": { |
|
|
|
"ci": { |
|
|
|
|