improve README

This commit is contained in:
Philipp Kunz 2017-03-12 12:09:08 +01:00
parent 2fb3a039f4
commit 5c13a1d568

View File

@ -23,6 +23,17 @@ 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: boubon.includePaths
})
mySmartsass.addIncludePaths(neat.includePaths)
let renderedString = mySmartsass.render()
```
For further information read the linked docs at the top of this README.