Commit a35b2dfe by Nick Schonning

Remove outdated test.js

parent c0fc5dbc
var sass = require('./sass');
var scssStr = '#navbar {\
width: 80%;\
height: 23px; }\
#navbar ul {\
list-style-type: none; }\
#navbar li {\
float: left;\
a {\
font-weight: bold; }}';
sass.render(scssStr, function(err, css){
console.log(css)
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment