Directory structure: http://thesassway.com/beginner/how-to-structure-a-sass-project
Qualification of selectors: https://css-tricks.com/snippets/sass/mixin-to-qualify-a-selector/
Basics: https://www.sitepoint.com/sass-basics-function-directive/ http://www.anotheruiguy.com/ux-design-dev/_book/sass101/
Tricks:
- double ampersand:
- interpolation:
- selector replace stuff:
- Complicated selectors:
- Ampersand:
- Root:
- !default:
Style Guide:
- https://css-tricks.com/sass-style-guide/
- https://css-tricks.com/css-style-guides/
- https://github.com/necolas/idiomatic-css
Comments: