import scss into css code example
Example 1: sass import
@import 'path/to/file', 'other/file';
Example 2: sass to scss
# You can do it with SASS itself
# Nevermind these malware infested sites below
sass-convert style.sass style.scss
@import 'path/to/file', 'other/file';
# You can do it with SASS itself
# Nevermind these malware infested sites below
sass-convert style.sass style.scss