Add @import
to scss snippets
Following the local pattern, this snippet is triggered by either `@imp` or `imp`.
This commit is contained in:
parent
8a3f34b561
commit
9b9235d40f
@ -1,3 +1,7 @@
|
|||||||
|
snippet /@?imp/ "@import '...';" br
|
||||||
|
@import '${1:file}';
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet /@?inc/ "@include mixin(...);" br
|
snippet /@?inc/ "@include mixin(...);" br
|
||||||
@include ${1:mixin}(${2:arguments});
|
@include ${1:mixin}(${2:arguments});
|
||||||
endsnippet
|
endsnippet
|
||||||
|
Loading…
Reference in New Issue
Block a user