Search code examples
lessphpstormlinter

How to lint LESS or CSS in PhpStorm?


I was searching for linters in PhpStorm's plugin directory, but there are no results, which seems strange to me. Are people not using linters for their stylesheets in PhpStorm?

Is there any other way to lint LESS files in a PhpStorm project?

For example, I need all properties to be sorted alphabetically within a class definition.


Solution

  • At this time, there is no easy way to automatically rearrange the style properties in LESS files using a PhpStorm plugin. (The stylint plugin in in version 2016.3 does not affect LESS files).

    I ended up building a grunt task for CSSComb, which works fine.