How to enable emmet in SASS files Follow David Alexa Created November 22, 2013 15:41 I tried to find out, where to enable emmet for SCSS files (generaly SASS files). Can you help me, where to enable this feature? Or is it not possible?
Hello!
CSS abbreviations are expanded in SASS, like:
.class
p10+c#fff<TAB>
expands to
.class
padding: 10px
color: #ffffff