@push.rocks/smartsass
Version:
smart wrapper for sass
51 lines (36 loc) • 2.33 kB
Markdown
# @pushrocks/smartsass
smart wrapper for sass
## Availabililty and Links
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartsass)
* [gitlab.com (source)](https://gitlab.com/pushrocks/smartsass)
* [github.com (source mirror)](https://github.com/pushrocks/smartsass)
* [docs (typedoc)](https://pushrocks.gitlab.io/smartsass/)
## Status for master
[](https://gitlab.com/pushrocks/smartsass/commits/master)
[](https://gitlab.com/pushrocks/smartsass/commits/master)
[](https://www.npmjs.com/package/@pushrocks/smartsass)
[](https://snyk.io/test/npm/@pushrocks/smartsass)
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
[](https://prettier.io/)
## Usage
Use TypeScript for best in class instellisense.
```javascript
import * as smartsass from 'smartsass'
import * as bourbon from 'bourbon
import * as neat from 'neat'
let mySmartsass = new smartsass.Smartsass({
filePath: './some.css',
includePaths: bourbon.includePaths
})
mySmartsass.addIncludePaths(neat.includePaths)
let renderedString = mySmartsass.render()
```
For further information read the linked docs at the top of this README.
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
> | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
[](https://push.rocks)
For further information read the linked docs at the top of this readme.
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
[](https://maintainedby.lossless.com)