2019-10-14 14:35:26 +02:00
|
|
|
# @pushrocks/smartsass
|
2017-02-16 00:34:09 +01:00
|
|
|
smart wrapper for sass
|
|
|
|
|
2019-10-14 14:35:26 +02:00
|
|
|
## 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/)
|
2017-02-16 00:34:09 +01:00
|
|
|
|
|
|
|
## Status for master
|
2019-10-14 14:35:26 +02:00
|
|
|
[](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/)
|
2017-02-16 00:34:09 +01:00
|
|
|
|
|
|
|
## Usage
|
2018-09-20 00:47:15 +02:00
|
|
|
|
2017-02-16 00:34:09 +01:00
|
|
|
Use TypeScript for best in class instellisense.
|
|
|
|
|
2017-03-12 11:28:12 +01:00
|
|
|
```javascript
|
2017-03-12 12:13:29 +01:00
|
|
|
import * as smartsass from 'smartsass'
|
2017-03-12 12:09:08 +01:00
|
|
|
import * as bourbon from 'bourbon
|
|
|
|
import * as neat from 'neat'
|
|
|
|
|
|
|
|
let mySmartsass = new smartsass.Smartsass({
|
|
|
|
filePath: './some.css',
|
2017-03-12 18:59:57 +01:00
|
|
|
includePaths: bourbon.includePaths
|
2017-03-12 12:09:08 +01:00
|
|
|
})
|
|
|
|
|
|
|
|
mySmartsass.addIncludePaths(neat.includePaths)
|
|
|
|
|
|
|
|
let renderedString = mySmartsass.render()
|
2017-03-12 11:28:12 +01:00
|
|
|
```
|
|
|
|
|
2017-02-16 00:34:09 +01:00
|
|
|
For further information read the linked docs at the top of this README.
|
|
|
|
|
|
|
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
2018-09-20 00:47:15 +02:00
|
|
|
> | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
2017-02-16 00:34:09 +01:00
|
|
|
|
|
|
|
[](https://push.rocks)
|
2019-10-14 14:35:26 +02:00
|
|
|
|
|
|
|
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)
|