2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-23 17:32:13 +00:00
Files
build/example/sass/importing.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
40 B
SCSS

@import "foobar";
body { color: red; }