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