Watching for less file changes is important for a quick and solid workflow with the CSS precompiler. Let’s have a look at how you can make Grunt, the JavaScript task runner watch for changes in your LESS files and compile them to CSS automatically. Continue reading “Make Grunt watch for LESSCSS changes”
Tag: LESS
Best Quote on Donate Buttons
I was just grabbing an update for the Less App, when I read this text, which made me smile, right next to the PayPal donate button. The app he made is very useful and if you’re expecting to stay on Mac OS, you should probably give CodeKit a look. It’s a suite for compilation, minification and linting.
Import .less from parent directory
I’ll quickly jot down how to use @import ‘path/to/file’ in LESS, because it is a little awkward on the path. Continue reading “Import .less from parent directory”