build/example/sass/include/foobar.scss
Dmitry 2bb392f60c Support for SASS transpilers. (#258)
Adds sass tool that can be used to convert *.sass and *.scss files
into *.css files.
2017-11-05 10:46:18 -06:00

4 lines
35 B
SCSS

body {
border: { color: red; }
}