File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/* You can add global styles to this file, and also import other style files */
2
2
3
- @import " ../node_modules/ materialize-css/sass/components/color" ; /* This must be included to use the included variables and the color function */
3
+ @import " ~ materialize-css/sass/components/color" ; /* This must be included to use the included variables and the color function */
4
4
$primary-color : color (" indigo" , " base" );
5
5
$secondary-color : color (" blue" , " lighten-1" );
6
6
7
- $roboto-font-path : " ../node_modules/ materialize-css/fonts/roboto/" ; /* This is needed so the materialize.scss file can load the font */
8
- @import " ../node_modules/ materialize-css/sass/materialize" ;
7
+ $roboto-font-path : " ~ materialize-css/fonts/roboto/" ; /* This is needed so the materialize.scss file can load the font */
8
+ @import " ~ materialize-css/sass/materialize" ;
You can’t perform that action at this time.
0 commit comments