Skip to content

Commit

Permalink
extract css out of caflex.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaslee119 committed Jun 25, 2018
1 parent 0d0e2d7 commit 22f2592
Show file tree
Hide file tree
Showing 5 changed files with 577 additions and 1,336 deletions.
2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Expand Up @@ -32,7 +32,7 @@ module.exports = (storybookBaseConfig, configType) => {
loader: ['style-loader', 'css-loader'],
include: [
path.resolve('stories'),
path.resolve('packages'),
path.resolve('components'),
path.resolve('node_modules/carbon-components/css/carbon-components.css'),
path.resolve('dist'),
]
Expand Down

0 comments on commit 22f2592

Please sign in to comment.