File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ The ideal structure of your SASS folder should be the following:
3939 | | | castlecss-core/
4040 | | | |
4141 | | | |-- sass/
42- | | | | |-- main.scss - * include all your other SCSS files*
42+ | | | | |-- main.scss - include all your other SCSS files
4343 | | | |
4444 | | | |-- base/
45- | | | | |-- reset.scss - <i> set browser defaults to zero/none so nothing weird happends in different browsers</i>
46- | | | | |-- variables.scss - * Variables for the grid, fonts, utility, etc*
47- | | | | |-- defaults.scss - * Set default web settings*
48- | | | | |-- mixins.scss - * Small but handy collection of mixins to use*
49- | | | | |-- utility.scss - * Utility classes*
50- | | | | |-- utility_spacers.scss - * Utility padding / margin classes*
45+ | | | | |-- reset.scss - set browser defaults to zero/none so nothing weird happends in different browsers
46+ | | | | |-- variables.scss - Variables for the grid, fonts, utility, etc
47+ | | | | |-- defaults.scss - Set default web settings
48+ | | | | |-- mixins.scss - Small but handy collection of mixins to use
49+ | | | | |-- utility.scss - Utility classes
50+ | | | | |-- utility_spacers.scss - Utility padding / margin classes
5151 | | | |
5252 | | | |-- layout/
5353 | | | | |-- grid.scss - *Flexbox scss grid with floating fallback*
You can’t perform that action at this time.
0 commit comments