Skip to content

RobLoach/opalcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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([ require('opalcss')({ /* options */ }) ])

CLI

echo "TODO: Implement a CLI"

License

MIT

About

Another CSS pre-processor, maybe.

Resources

License

Stars

Watchers

Forks

Packages

No packages published