npm install grunt-takana> Live edit SCSS and CSS stylesheets
Grunt plugin for Takana. If you're not using grunt, head over to mechio/takana and follow the CLI instructions there.
Install the plugin
```
npm install grunt-takana
Add this snippet to your Gruntfile
``
grunt.loadNpmTasks('grunt-takana');
Run takana from the root of your project folder
``
grunt takana
Add the JavaScript snippit to any page you want to live update:
``
Now just open the web page that you pasted the snippit into. Then open one of its stylesheets in Sublime and start live-editing!
#### includePaths
Type: Array []
Default:
Import paths to include, the same option grunt-sass uses.
#### path
Type: String current working directory`
Default:
Root project folder containing the stylesheets.