This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
generated from omega-takai/TimeSignal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://webpack.js.org/concepts/loaders/#inline https://storybook.js.org/docs/configurations/default-config/#css-support https://webpack.js.org/loaders/sass-loader/
- Loading branch information
1 parent
ec3c1b6
commit 414afde
Showing
4 changed files
with
32 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
/** | ||
* DOC: https://storybook.js.org/docs/configurations/default-config/#css-support | ||
* DOC: https://webpack.js.org/concepts/loaders/#inline | ||
*/ | ||
import { configure } from '@storybook/vue'; | ||
|
||
import '!style-loader!css-loader?sourceMap!sass-loader!../src/assets/style/global.scss'; | ||
import '!style-loader!css-loader?sourceMap!sass-loader?{"prependData":"@use \'./not-actual-styles\' as base;"}!../src/assets/style/global.scss'; | ||
|
||
// automatically import all files ending in *.story.js | ||
configure(require.context('../src/components', true, /\.story\.js$/), module); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.