Saturday, September 24, 2016

You may import one Sass file into another much like importing one .css file into another.

@import 'whatever.scss';

This will allow you to make one file with common variable settings for others.

No comments:

Post a Comment