https://github.com/jstransformers/jstransformer-bless
BlessCSS support for JSTransformers
https://github.com/jstransformers/jstransformer-bless
Last synced: over 1 year ago
JSON representation
BlessCSS support for JSTransformers
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-bless
- Owner: jstransformers
- License: mit
- Created: 2015-08-06T21:10:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T04:46:39.000Z (about 6 years ago)
- Last Synced: 2025-02-22T20:07:38.984Z (over 1 year ago)
- Language: CSS
- Size: 59.6 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-bless
[Bless](http://blesscss.com/) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-bless)
[](https://codecov.io/gh/jstransformers/jstransformer-bless)
[](http://david-dm.org/jstransformers/jstransformer-bless)
[](https://www.npmjs.org/package/jstransformer-bless)
## Installation
npm install jstransformer-bless
## API
> For more use-cases see the **tests** in [test folder](./test) or see the [JSTransformer API](http://github.com/jstransformers/jstransformer#api) for more details.
```js
var bless = require('jstransformer')(require('jstransformer-bless'))
bless.render('str', options).body
bless.renderFileAsync('./path/to/huge/file.css', options).then(console.log)
// all render* methods are available
```
## License
MIT