Answer the question
In order to leave comments, you need to log in
How to make custom code snippet only for scss files in VS Code?
I want to write an abbreviation that will only work in SCSS files.
Here is an example code:
"mediaMaxWidth": {
"scope": "scss",
"prefix": "md",
"body": [
"@media (max-width: $1px) {",
"$2",
"}",
]
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question