File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 150150
151151` ` ` scss
152152/* GLOBAL * /
153- @import " global/variables" ;
154- @import " global/global" ;
155- @import " global/fonts" ;
153+ @import " ./ global/variables.scss " ;
154+ @import " ./ global/global.scss " ;
155+ @import " ./ global/fonts.scss " ;
156156
157157/* BLOCKS * /
158- @import " blocks/header" ;
158+ @import " ./ blocks/header.scss " ;
159159` ` `
160160
161161БЭМ-блоки импортируйте в секцию ` /* BLOCKS * /` .
Original file line number Diff line number Diff line change 11/* GLOBAL */
2- @import " global/variables" ;
3- @import " global/global" ;
4- @import " global/fonts" ;
2+ @import " ./ global/variables.scss " ;
3+ @import " ./ global/global.scss " ;
4+ @import " ./ global/fonts.scss " ;
55
66/* BLOCKS */
7- @import " blocks/header" ;
7+ @import " ./ blocks/header.scss " ;
You can’t perform that action at this time.
0 commit comments