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