git ssb

0+

cel-desktop / ssb-pkg



Tree: efcf9fd06b02fa9bcd28681b4c777224e19702bb

Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / test / test-79-npm / node-sass / node-sass.js

200 bytesRaw
1'use strict';
2
3var sass = require('node-sass');
4var data = '#hello {\n color: #08c; }\n';
5const result = sass.renderSync({ data: data }).css.toString();
6if (result === data) {
7 console.log('ok');
8}
9

Built with git-ssb-web