mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-07 16:18:23 +00:00
more snippets for css-mode
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : clear: ...
|
||||||
|
# --
|
||||||
|
clear: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : display: block
|
||||||
|
# --
|
||||||
|
dislpay: block;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : display: inline
|
||||||
|
# --
|
||||||
|
dislpay: inline;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : display: none
|
||||||
|
# --
|
||||||
|
dislpay: none;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : font-family: ...
|
||||||
|
# --
|
||||||
|
font-family: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : font-size: ...
|
||||||
|
# --
|
||||||
|
font-size: ${12px};
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : margin-bottom: ...
|
||||||
|
# --
|
||||||
|
margin-bottom: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : margin-left: ...
|
||||||
|
# --
|
||||||
|
margin-left: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : margin: ...
|
||||||
|
# --
|
||||||
|
margin: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : margin top right bottom left
|
||||||
|
# --
|
||||||
|
margin: ${top} ${right} ${bottom} ${left};
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : margin-right: ...
|
||||||
|
# --
|
||||||
|
margin-right: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : margin-top: ...
|
||||||
|
# --
|
||||||
|
margin-top: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : padding-bottom: ...
|
||||||
|
# --
|
||||||
|
padding-bottom: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : padding-left: ...
|
||||||
|
# --
|
||||||
|
padding-left: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : padding: ...
|
||||||
|
# --
|
||||||
|
padding: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : padding: top right bottom left
|
||||||
|
# --
|
||||||
|
padding: ${top} ${right} ${bottom} ${left};
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : padding-right: ...
|
||||||
|
# --
|
||||||
|
padding-right: $1;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||||
|
#name : padding-top: ...
|
||||||
|
# --
|
||||||
|
padding-top: $1;
|
||||||
Reference in New Issue
Block a user