Change comment style in css Follow
Im working with vue and have scss installed.
At the moment, in the style section of the vue files, when i press cmd+/ to comment, it comments "//" instead of css specific commenting.
How do i change that ?
Thank you
Please sign in to leave a comment.
Could you explain what you mean by css specific commenting? "//" is a valid CSS comments style
You are right, it is my mistake, I was thinking of /* */, and I thought "//" comment types did not work, but it was because I made a mistake, where I commented css with //, and I thought it didnt work, but it does.