Sublime Forum

Scss double slash comments?

#1

Is there a plugin that will give me double slash commenting in my .scss files?

eg:
// .my-style {font-weight: bold;}
or
// .my-style {
// font-weight: bold;
// }

instead of:
/.my-style {
font-weight: bold;
}
/

0 Likes

#2

Never mind. I mistakenly somehow set my .scss files to open as .css files so the commenting behavior changed.

0 Likes