0.2.0 • Published 8 years ago

opalcss v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Opal CSS NPM version

Build Status Dependency Status

Opal is a robust, elegant, feature-rich CSS pre-processor for Node.js and the browser, built using PostCSS.

Installation

npm install opalcss --save

Features

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