https://github.com/jstransformers/jstransformer-less
LESS support for JSTransformers.
https://github.com/jstransformers/jstransformer-less
Last synced: 11 months ago
JSON representation
LESS support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-less
- Owner: jstransformers
- License: mit
- Created: 2014-11-27T13:23:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T04:00:57.000Z (about 6 years ago)
- Last Synced: 2024-11-14T09:59:12.966Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npmjs.com/jstransformer-less
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-less
[LESS](http://lesscss.org) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-less)
[](https://codecov.io/gh/jstransformers/jstransformer-less)
[](https://david-dm.org/jstransformers/jstransformer-less)
[](https://www.npmjs.org/package/jstransformer-less)
## Installation
npm install jstransformer-less
## API
```js
var less = require('jstransformer')(require('jstransformer-less'))
less.render('#header { .navigation { font-size: 5px; } }').body
//=> '#header .navigation { font-size: 5px; }'
```
## License
MIT