mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
more snippets for css-mode
This commit is contained in:
parent
aea245c70e
commit
6c51fd8e21
4
snippets/text-mode/css-mode/cl
Normal file
4
snippets/text-mode/css-mode/cl
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : clear: ...
|
||||
# --
|
||||
clear: $1;
|
4
snippets/text-mode/css-mode/disp.block
Normal file
4
snippets/text-mode/css-mode/disp.block
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : display: block
|
||||
# --
|
||||
dislpay: block;
|
4
snippets/text-mode/css-mode/disp.inline
Normal file
4
snippets/text-mode/css-mode/disp.inline
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : display: inline
|
||||
# --
|
||||
dislpay: inline;
|
4
snippets/text-mode/css-mode/disp.none
Normal file
4
snippets/text-mode/css-mode/disp.none
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : display: none
|
||||
# --
|
||||
dislpay: none;
|
4
snippets/text-mode/css-mode/ff
Normal file
4
snippets/text-mode/css-mode/ff
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : font-family: ...
|
||||
# --
|
||||
font-family: $1;
|
4
snippets/text-mode/css-mode/fs
Normal file
4
snippets/text-mode/css-mode/fs
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : font-size: ...
|
||||
# --
|
||||
font-size: ${12px};
|
4
snippets/text-mode/css-mode/mar.bottom
Normal file
4
snippets/text-mode/css-mode/mar.bottom
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin-bottom: ...
|
||||
# --
|
||||
margin-bottom: $1;
|
4
snippets/text-mode/css-mode/mar.left
Normal file
4
snippets/text-mode/css-mode/mar.left
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin-left: ...
|
||||
# --
|
||||
margin-left: $1;
|
4
snippets/text-mode/css-mode/mar.mar
Normal file
4
snippets/text-mode/css-mode/mar.mar
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin: ...
|
||||
# --
|
||||
margin: $1;
|
4
snippets/text-mode/css-mode/mar.margin
Normal file
4
snippets/text-mode/css-mode/mar.margin
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin top right bottom left
|
||||
# --
|
||||
margin: ${top} ${right} ${bottom} ${left};
|
4
snippets/text-mode/css-mode/mar.right
Normal file
4
snippets/text-mode/css-mode/mar.right
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin-right: ...
|
||||
# --
|
||||
margin-right: $1;
|
4
snippets/text-mode/css-mode/mar.top
Normal file
4
snippets/text-mode/css-mode/mar.top
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin-top: ...
|
||||
# --
|
||||
margin-top: $1;
|
4
snippets/text-mode/css-mode/pad.bottom
Normal file
4
snippets/text-mode/css-mode/pad.bottom
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding-bottom: ...
|
||||
# --
|
||||
padding-bottom: $1;
|
4
snippets/text-mode/css-mode/pad.left
Normal file
4
snippets/text-mode/css-mode/pad.left
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding-left: ...
|
||||
# --
|
||||
padding-left: $1;
|
4
snippets/text-mode/css-mode/pad.pad
Normal file
4
snippets/text-mode/css-mode/pad.pad
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding: ...
|
||||
# --
|
||||
padding: $1;
|
4
snippets/text-mode/css-mode/pad.padding
Normal file
4
snippets/text-mode/css-mode/pad.padding
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding: top right bottom left
|
||||
# --
|
||||
padding: ${top} ${right} ${bottom} ${left};
|
4
snippets/text-mode/css-mode/pad.right
Normal file
4
snippets/text-mode/css-mode/pad.right
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding-right: ...
|
||||
# --
|
||||
padding-right: $1;
|
4
snippets/text-mode/css-mode/pad.top
Normal file
4
snippets/text-mode/css-mode/pad.top
Normal file
@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding-top: ...
|
||||
# --
|
||||
padding-top: $1;
|
Loading…
x
Reference in New Issue
Block a user