Sass Rules
Last updated
Last updated
Categorized styles; making them easier to maintain
5-1 Pattern architecture; for clearer organization (based on the )
Clear delineation between grouped and associated rules
Encourages common style, components and variable (inline with )
Modular style management that facilitates
Reusable approach
Charset should be included
Only directory files -dir.scss
files should be imported
Changes should not be made to this file
Filename is always ‘styles’ as it is a compiled file containing multiple stylesheets
All files except /styles.scss require an underscore at the beginning of each filename
abstract folder contains functions, mixins, variables or other things that can be used repeatedly
this is how to use it