sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

[docs] added more info in code example #276

Closed moe-dizzle closed 6 years ago

moe-dizzle commented 6 years ago

added loading the grunt-sass plugin into gruntfile.js example

sindresorhus commented 6 years ago

That is already handled by the require('load-grunt-tasks')(grunt); line.

moe-dizzle commented 6 years ago

I didn't realize that thanks!