How to enable emmet in SASS files Permanently deleted user 创建于 2013年11月22日 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