Stylish Visual Studio Visual Studio Page / CSS Editor

Any good (free) style editors that I can use with visual studio? I recently found a resource editor that I found was better than the default version that opens .resx files. I think there may be some improved style editors.

+5
source share
1 answer

Not sure about replacing the style editor, but there are two new alternatives to manually coding CSS:

LESS introduces variables and inheritance in your CSS through client-side (or server-side) processing. It can also be performed as during assembly.

SASS CSS , .

Visual Studio, Mindscape Web Workbench. (VS Extension Gallery)

+2

All Articles