Skip to content

Commit b1b8058

Browse files
Update README.md
1 parent d105a9c commit b1b8058

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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*

0 commit comments

Comments
 (0)