In web development, there are quite some options available to make writing CSS more concise and developer-friendly. There is Less, Sass, SCSS and more recently Stylus, all languages that sprinkle CSS with variables, mixins, operations and functions. And then there’s Compass which builds on Sass and enriches it with a number of reusable patterns.
We’ve had support for Less, Sass and SCSS already. Now PhpStorm 7 adds support for Stylus and Compass! (more…)