SCSS ife
This commit is contained in:
parent
436038094a
commit
9f7ec8c421
@ -18,6 +18,12 @@ snippet if
|
||||
@if ${1:condition} {
|
||||
${0}
|
||||
}
|
||||
snippet ife
|
||||
@if ${1:condition} {
|
||||
${2}
|
||||
} @else {
|
||||
${0}
|
||||
}
|
||||
snippet else
|
||||
@else ${1:condition} {
|
||||
${0}
|
||||
|
Loading…
Reference in New Issue
Block a user