An open API service indexing awesome lists of open source software.

https://github.com/jstransformers/jstransformer-opalcss

Opal CSS support for JSTransformers.
https://github.com/jstransformers/jstransformer-opalcss

Last synced: about 2 months ago
JSON representation

Opal CSS support for JSTransformers.

Awesome Lists containing this project

README

          

# jstransformer-opalcss

[OpalCSS](https://github.com/robloach/opalcss) support for [JSTransformers](http://github.com/jstransformers).

[![Build Status](https://img.shields.io/travis/jstransformers/jstransformer-opalcss/master.svg)](https://travis-ci.org/jstransformers/jstransformer-opalcss)
[![Coverage Status](https://img.shields.io/codecov/c/github/jstransformers/jstransformer-opalcss/master.svg)](https://codecov.io/gh/jstransformers/jstransformer-opalcss)
[![Dependency Status](https://img.shields.io/david/jstransformers/jstransformer-opalcss/master.svg)](http://david-dm.org/jstransformers/jstransformer-opalcss)
[![NPM version](https://img.shields.io/npm/v/jstransformer-opalcss.svg)](https://www.npmjs.org/package/jstransformer-opalcss)

## Installation

npm install jstransformer-opalcss

## API

```js
var opalcss = require('jstransformer')(require('jstransformer-opalcss'))

// TODO: Add JavaScript documentation
```

## License

MIT