Skip to content

yarkeev/grunt-node-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-node-sass

Getting Started

npm install grunt-node-sass --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-node-sass');

Example:

sass: {
    dist: {
        src: 'source.scss',
        dest: 'build.css'
    }
},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published