Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / sass-path / index.scss
1 @import 'colors';
2
3 body {
4   background: $color;
5 }
6