1// When importing the master, you leave out the underscore, and it
2// will look for a file with the underscore. This prevents the SCSS
3// compiler from generating a CSS file from it.
4@import "assets/master";
5
6// Then do the rest of my CSS afterwards:
7.text { color: $accent; }
8