improve README
This commit is contained in:
parent
2fb3a039f4
commit
5c13a1d568
11
README.md
11
README.md
@ -23,6 +23,17 @@ Use TypeScript for best in class instellisense.
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import * as smartsass from Smartsass
|
import * as smartsass from Smartsass
|
||||||
|
import * as bourbon from 'bourbon
|
||||||
|
import * as neat from 'neat'
|
||||||
|
|
||||||
|
let mySmartsass = new smartsass.Smartsass({
|
||||||
|
filePath: './some.css',
|
||||||
|
includePaths: boubon.includePaths
|
||||||
|
})
|
||||||
|
|
||||||
|
mySmartsass.addIncludePaths(neat.includePaths)
|
||||||
|
|
||||||
|
let renderedString = mySmartsass.render()
|
||||||
```
|
```
|
||||||
|
|
||||||
For further information read the linked docs at the top of this README.
|
For further information read the linked docs at the top of this README.
|
||||||
|
Loading…
Reference in New Issue
Block a user