0.2.0 • Published 9 years ago
opalcss v0.2.0
Opal CSS 
Opal is a robust, elegant, feature-rich CSS pre-processor for Node.js and the browser, built using PostCSS.
Installation
npm install opalcss --saveFeatures
API
Stand-Alone API
var opal = require('opalcss')
opal.process('string of opal', options).then(function (result) {
result.css
//=> Compiled CSS
})PostCSS
postcss([ require('opalcss')({ /* options */ }) ])CLI
echo "TODO: Implement a CLI"License
MIT