Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / include-path / functions / colorBlue.scss
1 @function colorBlue() {
2   @return #0000fe;
3 }