Is there a plugin for Netbeans in Windows that supports both Sass and Compass?
1 Answers
1
votes
Native support for SASS has recently been added to the Netbeans codebase - until the next major version is released, you can get it using the current "development version".
For compilation support, you still need to install ruby, sass and compass separately, and point netbeans to its path (Options -> Miscellaneous -> CSS Preprocessors).