Last active
December 7, 2018 02:39
-
-
Save movii/227fd20301cce0bb218bab1603e37251 to your computer and use it in GitHub Desktop.
Revisions
-
movii revised this gist
Dec 7, 2018 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,2 @@ // options.scss $red: #ff0000; -
movii revised this gist
Dec 7, 2018 . 2 changed files with 3 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ // options.scss $red: #ff0000; This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +0,0 @@ -
movii created this gist
Dec 7, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ { test: /\.scss$/, - use: ['style-loader', 'css-loader', 'sass-loader'] + use: [ + 'style-loader', + 'css-loader', + { + loader: 'sass-loader', + options: { + includePaths: ['node_modules'] + } + } + ] }