vim-snippets/snippets/stylus.snippets

994 lines
18 KiB
Plaintext
Raw Normal View History

snippet !
2015-08-23 06:18:21 -04:00
!important
snippet bdi:m+
2015-08-23 06:18:21 -04:00
-moz-border-image url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${0:stretch}
snippet bdi:m
2015-08-23 06:18:21 -04:00
-moz-border-image ${0}
snippet bdrz:m
2015-08-23 06:18:21 -04:00
-moz-border-radius ${0}
snippet bxsh:m+
2015-08-23 06:18:21 -04:00
-moz-box-shadow ${1:0} ${2:0} ${3:0} ${0}
snippet bxsh:m
2015-08-23 06:18:21 -04:00
-moz-box-shadow ${0}
snippet bdi:w+
2015-08-23 06:18:21 -04:00
-webkit-border-image url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${0:stretch}
snippet bdi:w
2015-08-23 06:18:21 -04:00
-webkit-border-image ${0}
snippet bdrz:w
2015-08-23 06:18:21 -04:00
-webkit-border-radius ${0}
snippet bxsh:w+
2015-08-23 06:18:21 -04:00
-webkit-box-shadow ${1:0} ${2:0} ${3:0} ${0}
snippet bxsh:w
2015-08-23 06:18:21 -04:00
-webkit-box-shadow ${0}
snippet @f
2015-08-23 06:18:21 -04:00
@font-face ${0}
snippet @i
2015-08-23 06:18:21 -04:00
@import '${0}'
snippet @r
2015-08-23 06:18:21 -04:00
@require '${0}'
snippet @m
2015-08-23 06:18:21 -04:00
@media ${1:screen}
2014-07-04 00:17:37 -04:00
snippet @msmw
2015-08-23 06:18:21 -04:00
@media screen and (min-width: ${0}px)
snippet @ext
2015-08-23 06:18:21 -04:00
@extend .${1}
${0}
snippet bg+
2015-08-23 06:18:21 -04:00
background ${1} url(${2}) ${3:0} ${4:0} ${0:no-repeat}
snippet bga
2015-08-23 06:18:21 -04:00
background-attachment ${0}
snippet bga:f
2015-08-23 06:18:21 -04:00
background-attachment fixed
snippet bga:s
2015-08-23 06:18:21 -04:00
background-attachment scroll
snippet bgbk
2015-08-23 06:18:21 -04:00
background-break ${0}
snippet bgbk:bb
2015-08-23 06:18:21 -04:00
background-break bounding-box
snippet bgbk:c
2015-08-23 06:18:21 -04:00
background-break continuous
snippet bgbk:eb
2015-08-23 06:18:21 -04:00
background-break each-box
snippet bgcp
2015-08-23 06:18:21 -04:00
background-clip ${0}
snippet bgcp:bb
2015-08-23 06:18:21 -04:00
background-clip border-box
snippet bgcp:cb
2015-08-23 06:18:21 -04:00
background-clip content-box
snippet bgcp:nc
2015-08-23 06:18:21 -04:00
background-clip no-clip
snippet bgcp:pb
2015-08-23 06:18:21 -04:00
background-clip padding-box
snippet bgc
2015-08-23 06:18:21 -04:00
background-color ${0}
snippet bgc:t
2015-08-23 06:18:21 -04:00
background-color transparent
snippet bgi
2015-08-23 06:18:21 -04:00
background-image url(${0})
snippet bgi:n
2015-08-23 06:18:21 -04:00
background-image none
snippet bgo
2015-08-23 06:18:21 -04:00
background-origin ${0}
snippet bgo:bb
2015-08-23 06:18:21 -04:00
background-origin border-box
snippet bgo:cb
2015-08-23 06:18:21 -04:00
background-origin content-box
snippet bgo:pb
2015-08-23 06:18:21 -04:00
background-origin padding-box
snippet bgpx
2015-08-23 06:18:21 -04:00
background-position-x ${0}
snippet bgpy
2015-08-23 06:18:21 -04:00
background-position-y ${0}
snippet bgp
2015-08-23 06:18:21 -04:00
background-position ${1:0} ${0:0}
snippet bgr
2015-08-23 06:18:21 -04:00
background-repeat ${0}
snippet bgr:n
2015-08-23 06:18:21 -04:00
background-repeat no-repeat
snippet bgr:x
2015-08-23 06:18:21 -04:00
background-repeat repeat-x
snippet bgr:y
2015-08-23 06:18:21 -04:00
background-repeat repeat-y
snippet bgr:r
2015-08-23 06:18:21 -04:00
background-repeat repeat
snippet bgz
2015-08-23 06:18:21 -04:00
background-size ${0}
snippet bgz:a
2015-08-23 06:18:21 -04:00
background-size auto
snippet bgz:ct
2015-08-23 06:18:21 -04:00
background-size contain
snippet bgz:cv
2015-08-23 06:18:21 -04:00
background-size cover
snippet bg
2015-08-23 06:18:21 -04:00
background ${0}
snippet bg:ie
2015-08-23 06:18:21 -04:00
filter progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${1}',sizingMethod='${0:crop}')
snippet bg:n
2015-08-23 06:18:21 -04:00
background none
snippet bd+
2015-08-23 06:18:21 -04:00
border ${1:1px} ${2:solid} ${0}
snippet bdb+
2015-08-23 06:18:21 -04:00
border-bottom ${1:1px} ${2:solid} ${0}
snippet bdbc
2015-08-23 06:18:21 -04:00
border-bottom-color ${0}
snippet bdbi
2015-08-23 06:18:21 -04:00
border-bottom-image url(${0})
snippet bdbi:n
2015-08-23 06:18:21 -04:00
border-bottom-image none
snippet bdbli
2015-08-23 06:18:21 -04:00
border-bottom-left-image url(${0})
snippet bdbli:c
2015-08-23 06:18:21 -04:00
border-bottom-left-image continue
snippet bdbli:n
2015-08-23 06:18:21 -04:00
border-bottom-left-image none
snippet bdblrz
2015-08-23 06:18:21 -04:00
border-bottom-left-radius ${0}
snippet bdbri
2015-08-23 06:18:21 -04:00
border-bottom-right-image url(${0})
snippet bdbri:c
2015-08-23 06:18:21 -04:00
border-bottom-right-image continue
snippet bdbri:n
2015-08-23 06:18:21 -04:00
border-bottom-right-image none
snippet bdbrrz
2015-08-23 06:18:21 -04:00
border-bottom-right-radius ${0}
snippet bdbs
2015-08-23 06:18:21 -04:00
border-bottom-style ${0}
snippet bdbs:n
2015-08-23 06:18:21 -04:00
border-bottom-style none
snippet bdbw
2015-08-23 06:18:21 -04:00
border-bottom-width ${0}
snippet bdb
2015-08-23 06:18:21 -04:00
border-bottom ${0}
snippet bdb:n
2015-08-23 06:18:21 -04:00
border-bottom none
snippet bdbk
2015-08-23 06:18:21 -04:00
border-break ${0}
snippet bdbk:c
2015-08-23 06:18:21 -04:00
border-break close
snippet bdcl
2015-08-23 06:18:21 -04:00
border-collapse ${0}
snippet bdcl:c
2015-08-23 06:18:21 -04:00
border-collapse collapse
snippet bdcl:s
2015-08-23 06:18:21 -04:00
border-collapse separate
snippet bdc
2015-08-23 06:18:21 -04:00
border-color ${0}
snippet bdci
2015-08-23 06:18:21 -04:00
border-corner-image url(${0})
snippet bdci:c
2015-08-23 06:18:21 -04:00
border-corner-image continue
snippet bdci:n
2015-08-23 06:18:21 -04:00
border-corner-image none
snippet bdf
2015-08-23 06:18:21 -04:00
border-fit ${0}
snippet bdf:c
2015-08-23 06:18:21 -04:00
border-fit clip
snippet bdf:of
2015-08-23 06:18:21 -04:00
border-fit overwrite
snippet bdf:ow
2015-08-23 06:18:21 -04:00
border-fit overwrite
snippet bdf:r
2015-08-23 06:18:21 -04:00
border-fit repeat
snippet bdf:sc
2015-08-23 06:18:21 -04:00
border-fit scale
snippet bdf:sp
2015-08-23 06:18:21 -04:00
border-fit space
snippet bdf:st
2015-08-23 06:18:21 -04:00
border-fit stretch
snippet bdi
2015-08-23 06:18:21 -04:00
border-image url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${0:stretch}
snippet bdi:n
2015-08-23 06:18:21 -04:00
border-image none
snippet bdl+
2015-08-23 06:18:21 -04:00
border-left ${1:1px} ${2:solid} ${0}
snippet bdlc
2015-08-23 06:18:21 -04:00
border-left-color ${0}
snippet bdli
2015-08-23 06:18:21 -04:00
border-left-image url(${0})
snippet bdli:n
2015-08-23 06:18:21 -04:00
border-left-image none
snippet bdls
2015-08-23 06:18:21 -04:00
border-left-style ${0}
snippet bdls:n
2015-08-23 06:18:21 -04:00
border-left-style none
snippet bdlw
2015-08-23 06:18:21 -04:00
border-left-width ${0}
snippet bdl
2015-08-23 06:18:21 -04:00
border-left ${0}
snippet bdl:n
2015-08-23 06:18:21 -04:00
border-left none
snippet bdlt
2015-08-23 06:18:21 -04:00
border-length ${0}
snippet bdlt:a
2015-08-23 06:18:21 -04:00
border-length auto
snippet bdrz
2015-08-23 06:18:21 -04:00
border-radius ${0}
snippet bdr+
2015-08-23 06:18:21 -04:00
border-right ${1:1px} ${2:solid} ${0}
snippet bdrc
2015-08-23 06:18:21 -04:00
border-right-color ${0}
snippet bdri
2015-08-23 06:18:21 -04:00
border-right-image url(${0})
snippet bdri:n
2015-08-23 06:18:21 -04:00
border-right-image none
snippet bdrs
2015-08-23 06:18:21 -04:00
border-right-style ${0}
snippet bdrs:n
2015-08-23 06:18:21 -04:00
border-right-style none
snippet bdrw
2015-08-23 06:18:21 -04:00
border-right-width ${0}
snippet bdr
2015-08-23 06:18:21 -04:00
border-right ${0}
snippet bdr:n
2015-08-23 06:18:21 -04:00
border-right none
snippet bdsp
2015-08-23 06:18:21 -04:00
border-spacing ${0}
snippet bds
2015-08-23 06:18:21 -04:00
border-style ${0}
snippet bds:ds
2015-08-23 06:18:21 -04:00
border-style dashed
snippet bds:dtds
2015-08-23 06:18:21 -04:00
border-style dot-dash
snippet bds:dtdtds
2015-08-23 06:18:21 -04:00
border-style dot-dot-dash
snippet bds:dt
2015-08-23 06:18:21 -04:00
border-style dotted
snippet bds:db
2015-08-23 06:18:21 -04:00
border-style double
snippet bds:g
2015-08-23 06:18:21 -04:00
border-style groove
snippet bds:h
2015-08-23 06:18:21 -04:00
border-style hidden
snippet bds:i
2015-08-23 06:18:21 -04:00
border-style inset
snippet bds:n
2015-08-23 06:18:21 -04:00
border-style none
snippet bds:o
2015-08-23 06:18:21 -04:00
border-style outset
snippet bds:r
2015-08-23 06:18:21 -04:00
border-style ridge
snippet bds:s
2015-08-23 06:18:21 -04:00
border-style solid
snippet bds:w
2015-08-23 06:18:21 -04:00
border-style wave
snippet bdt+
2015-08-23 06:18:21 -04:00
border-top ${1:1px} ${2:solid} ${0}
snippet bdtc
2015-08-23 06:18:21 -04:00
border-top-color ${0}
snippet bdti
2015-08-23 06:18:21 -04:00
border-top-image url(${0})
snippet bdti:n
2015-08-23 06:18:21 -04:00
border-top-image none
snippet bdtli
2015-08-23 06:18:21 -04:00
border-top-left-image url(${0})
snippet bdtli:c
2015-08-23 06:18:21 -04:00
border-corner-image continue
snippet bdtli:n
2015-08-23 06:18:21 -04:00
border-corner-image none
snippet bdtlrz
2015-08-23 06:18:21 -04:00
border-top-left-radius ${0}
snippet bdtri
2015-08-23 06:18:21 -04:00
border-top-right-image url(${0})
snippet bdtri:c
2015-08-23 06:18:21 -04:00
border-top-right-image continue
snippet bdtri:n
2015-08-23 06:18:21 -04:00
border-top-right-image none
snippet bdtrrz
2015-08-23 06:18:21 -04:00
border-top-right-radius ${0}
snippet bdts
2015-08-23 06:18:21 -04:00
border-top-style ${0}
snippet bdts:n
2015-08-23 06:18:21 -04:00
border-top-style none
snippet bdtw
2015-08-23 06:18:21 -04:00
border-top-width ${0}
snippet bdt
2015-08-23 06:18:21 -04:00
border-top ${0}
snippet bdt:n
2015-08-23 06:18:21 -04:00
border-top none
snippet bdw
2015-08-23 06:18:21 -04:00
border-width ${0}
snippet bd
2015-08-23 06:18:21 -04:00
border ${0}
snippet bd:n
2015-08-23 06:18:21 -04:00
border none
snippet b
2015-08-23 06:18:21 -04:00
bottom ${0}
snippet b:a
2015-08-23 06:18:21 -04:00
bottom auto
snippet bxsh+
2015-08-23 06:18:21 -04:00
box-shadow ${1:0} ${2:0} ${3:0} ${0}
snippet bxsh
2015-08-23 06:18:21 -04:00
box-shadow ${0}
snippet bxsh:n
2015-08-23 06:18:21 -04:00
box-shadow none
snippet bxz
2015-08-23 06:18:21 -04:00
box-sizing ${0}
snippet bxz:bb
2015-08-23 06:18:21 -04:00
box-sizing border-box
snippet bxz:cb
2015-08-23 06:18:21 -04:00
box-sizing content-box
snippet cps
2015-08-23 06:18:21 -04:00
caption-side ${0}
snippet cps:b
2015-08-23 06:18:21 -04:00
caption-side bottom
snippet cps:t
2015-08-23 06:18:21 -04:00
caption-side top
snippet cl
2015-08-23 06:18:21 -04:00
clear ${0}
snippet cl:b
2015-08-23 06:18:21 -04:00
clear both
snippet cl:l
2015-08-23 06:18:21 -04:00
clear left
snippet cl:n
2015-08-23 06:18:21 -04:00
clear none
snippet cl:r
2015-08-23 06:18:21 -04:00
clear right
snippet cp
2015-08-23 06:18:21 -04:00
clip ${0}
snippet cp:a
2015-08-23 06:18:21 -04:00
clip auto
snippet cp:r
2015-08-23 06:18:21 -04:00
clip rect(${1:0} ${2:0} ${3:0} ${0:0})
snippet c
2015-08-23 06:18:21 -04:00
color ${0}
snippet ct
2015-08-23 06:18:21 -04:00
content ${0}
snippet ct:a
2015-08-23 06:18:21 -04:00
content attr(${0})
snippet ct:cq
2015-08-23 06:18:21 -04:00
content close-quote
snippet ct:c
2015-08-23 06:18:21 -04:00
content counter(${0})
snippet ct:cs
2015-08-23 06:18:21 -04:00
content counters(${0})
snippet ct:ncq
2015-08-23 06:18:21 -04:00
content no-close-quote
snippet ct:noq
2015-08-23 06:18:21 -04:00
content no-open-quote
snippet ct:n
2015-08-23 06:18:21 -04:00
content normal
snippet ct:oq
2015-08-23 06:18:21 -04:00
content open-quote
snippet coi
2015-08-23 06:18:21 -04:00
counter-increment ${0}
snippet cor
2015-08-23 06:18:21 -04:00
counter-reset ${0}
snippet cur
2015-08-23 06:18:21 -04:00
cursor ${0}
snippet cur:a
2015-08-23 06:18:21 -04:00
cursor auto
snippet cur:c
2015-08-23 06:18:21 -04:00
cursor crosshair
snippet cur:d
2015-08-23 06:18:21 -04:00
cursor default
snippet cur:ha
2015-08-23 06:18:21 -04:00
cursor hand
snippet cur:he
2015-08-23 06:18:21 -04:00
cursor help
snippet cur:m
2015-08-23 06:18:21 -04:00
cursor move
snippet cur:p
2015-08-23 06:18:21 -04:00
cursor pointer
snippet cur:t
2015-08-23 06:18:21 -04:00
cursor text
snippet d
2015-08-23 06:18:21 -04:00
display ${0}
snippet d:mib
2015-08-23 06:18:21 -04:00
display -moz-inline-box
snippet d:mis
2015-08-23 06:18:21 -04:00
display -moz-inline-stack
snippet d:b
2015-08-23 06:18:21 -04:00
display block
snippet d:cp
2015-08-23 06:18:21 -04:00
display compact
snippet d:ib
2015-08-23 06:18:21 -04:00
display inline-block
snippet d:itb
2015-08-23 06:18:21 -04:00
display inline-table
snippet d:i
2015-08-23 06:18:21 -04:00
display inline
snippet d:li
2015-08-23 06:18:21 -04:00
display list-item
snippet d:n
2015-08-23 06:18:21 -04:00
display none
snippet d:ri
2015-08-23 06:18:21 -04:00
display run-in
snippet d:tbcp
2015-08-23 06:18:21 -04:00
display table-caption
snippet d:tbc
2015-08-23 06:18:21 -04:00
display table-cell
snippet d:tbclg
2015-08-23 06:18:21 -04:00
display table-column-group
snippet d:tbcl
2015-08-23 06:18:21 -04:00
display table-column
snippet d:tbfg
2015-08-23 06:18:21 -04:00
display table-footer-group
snippet d:tbhg
2015-08-23 06:18:21 -04:00
display table-header-group
snippet d:tbrg
2015-08-23 06:18:21 -04:00
display table-row-group
snippet d:tbr
2015-08-23 06:18:21 -04:00
display table-row
snippet d:tb
2015-08-23 06:18:21 -04:00
display table
snippet ec
2015-08-23 06:18:21 -04:00
empty-cells ${0}
snippet ec:h
2015-08-23 06:18:21 -04:00
empty-cells hide
snippet ec:s
2015-08-23 06:18:21 -04:00
empty-cells show
snippet exp
2015-08-23 06:18:21 -04:00
expression()
snippet fl
2015-08-23 06:18:21 -04:00
float ${0}
snippet fl:l
2015-08-23 06:18:21 -04:00
float left
snippet fl:n
2015-08-23 06:18:21 -04:00
float none
snippet fl:r
2015-08-23 06:18:21 -04:00
float right
snippet f+
2015-08-23 06:18:21 -04:00
font ${1:1em} ${2:Arial},${0:sans-serif}
snippet fef
2015-08-23 06:18:21 -04:00
font-effect ${0}
snippet fef:eb
2015-08-23 06:18:21 -04:00
font-effect emboss
snippet fef:eg
2015-08-23 06:18:21 -04:00
font-effect engrave
snippet fef:n
2015-08-23 06:18:21 -04:00
font-effect none
snippet fef:o
2015-08-23 06:18:21 -04:00
font-effect outline
snippet femp
2015-08-23 06:18:21 -04:00
font-emphasize-position ${0}
snippet femp:a
2015-08-23 06:18:21 -04:00
font-emphasize-position after
snippet femp:b
2015-08-23 06:18:21 -04:00
font-emphasize-position before
snippet fems
2015-08-23 06:18:21 -04:00
font-emphasize-style ${0}
snippet fems:ac
2015-08-23 06:18:21 -04:00
font-emphasize-style accent
snippet fems:c
2015-08-23 06:18:21 -04:00
font-emphasize-style circle
snippet fems:ds
2015-08-23 06:18:21 -04:00
font-emphasize-style disc
snippet fems:dt
2015-08-23 06:18:21 -04:00
font-emphasize-style dot
snippet fems:n
2015-08-23 06:18:21 -04:00
font-emphasize-style none
snippet fem
2015-08-23 06:18:21 -04:00
font-emphasize ${0}
snippet ff
2015-08-23 06:18:21 -04:00
font-family ${0}
snippet ff:c
2015-08-23 06:18:21 -04:00
font-family ${0:'Monotype Corsiva','Comic Sans MS'},cursive
snippet ff:f
2015-08-23 06:18:21 -04:00
font-family ${0:Capitals,Impact},fantasy
snippet ff:m
2015-08-23 06:18:21 -04:00
font-family ${0:Monaco,'Courier New'},monospace
snippet ff:ss
2015-08-23 06:18:21 -04:00
font-family ${0:Helvetica,Arial},sans-serif
snippet ff:s
2015-08-23 06:18:21 -04:00
font-family ${0:Georgia,'Times New Roman'},serif
snippet fza
2015-08-23 06:18:21 -04:00
font-size-adjust ${0}
snippet fza:n
2015-08-23 06:18:21 -04:00
font-size-adjust none
snippet fz
2015-08-23 06:18:21 -04:00
font-size ${0}
snippet fsm
2015-08-23 06:18:21 -04:00
font-smooth ${0}
snippet fsm:aw
2015-08-23 06:18:21 -04:00
font-smooth always
snippet fsm:a
2015-08-23 06:18:21 -04:00
font-smooth auto
snippet fsm:n
2015-08-23 06:18:21 -04:00
font-smooth never
snippet fst
2015-08-23 06:18:21 -04:00
font-stretch ${0}
snippet fst:c
2015-08-23 06:18:21 -04:00
font-stretch condensed
snippet fst:e
2015-08-23 06:18:21 -04:00
font-stretch expanded
snippet fst:ec
2015-08-23 06:18:21 -04:00
font-stretch extra-condensed
snippet fst:ee
2015-08-23 06:18:21 -04:00
font-stretch extra-expanded
snippet fst:n
2015-08-23 06:18:21 -04:00
font-stretch normal
snippet fst:sc
2015-08-23 06:18:21 -04:00
font-stretch semi-condensed
snippet fst:se
2015-08-23 06:18:21 -04:00
font-stretch semi-expanded
snippet fst:uc
2015-08-23 06:18:21 -04:00
font-stretch ultra-condensed
snippet fst:ue
2015-08-23 06:18:21 -04:00
font-stretch ultra-expanded
snippet fs
2015-08-23 06:18:21 -04:00
font-style ${0}
snippet fs:i
2015-08-23 06:18:21 -04:00
font-style italic
snippet fs:n
2015-08-23 06:18:21 -04:00
font-style normal
snippet fs:o
2015-08-23 06:18:21 -04:00
font-style oblique
snippet fv
2015-08-23 06:18:21 -04:00
font-variant ${0}
snippet fv:n
2015-08-23 06:18:21 -04:00
font-variant normal
snippet fv:sc
2015-08-23 06:18:21 -04:00
font-variant small-caps
snippet fw
2015-08-23 06:18:21 -04:00
font-weight ${0}
snippet fw:b
2015-08-23 06:18:21 -04:00
font-weight bold
snippet fw:br
2015-08-23 06:18:21 -04:00
font-weight bolder
snippet fw:lr
2015-08-23 06:18:21 -04:00
font-weight lighter
snippet fw:n
2015-08-23 06:18:21 -04:00
font-weight normal
snippet f
2015-08-23 06:18:21 -04:00
font ${0}
snippet h
2015-08-23 06:18:21 -04:00
height ${0}
snippet h:a
2015-08-23 06:18:21 -04:00
height auto
snippet l
2015-08-23 06:18:21 -04:00
left ${0}
snippet l:a
2015-08-23 06:18:21 -04:00
left auto
snippet lts
2015-08-23 06:18:21 -04:00
letter-spacing ${0}
snippet lh
2015-08-23 06:18:21 -04:00
line-height ${0}
snippet lisi
2015-08-23 06:18:21 -04:00
list-style-image url(${0})
snippet lisi:n
2015-08-23 06:18:21 -04:00
list-style-image none
snippet lisp
2015-08-23 06:18:21 -04:00
list-style-position ${0}
snippet lisp:i
2015-08-23 06:18:21 -04:00
list-style-position inside
snippet lisp:o
2015-08-23 06:18:21 -04:00
list-style-position outside
snippet list
2015-08-23 06:18:21 -04:00
list-style-type ${0}
snippet list:c
2015-08-23 06:18:21 -04:00
list-style-type circle
snippet list:dclz
2015-08-23 06:18:21 -04:00
list-style-type decimal-leading-zero
snippet list:dc
2015-08-23 06:18:21 -04:00
list-style-type decimal
snippet list:d
2015-08-23 06:18:21 -04:00
list-style-type disc
snippet list:lr
2015-08-23 06:18:21 -04:00
list-style-type lower-roman
snippet list:n
2015-08-23 06:18:21 -04:00
list-style-type none
snippet list:s
2015-08-23 06:18:21 -04:00
list-style-type square
snippet list:ur
2015-08-23 06:18:21 -04:00
list-style-type upper-roman
snippet lis
2015-08-23 06:18:21 -04:00
list-style ${0}
snippet lis:n
2015-08-23 06:18:21 -04:00
list-style none
snippet mb
2015-08-23 06:18:21 -04:00
margin-bottom ${0}
snippet mb:a
2015-08-23 06:18:21 -04:00
margin-bottom auto
snippet ml
2015-08-23 06:18:21 -04:00
margin-left ${0}
snippet ml:a
2015-08-23 06:18:21 -04:00
margin-left auto
snippet mr
2015-08-23 06:18:21 -04:00
margin-right ${0}
snippet mr:a
2015-08-23 06:18:21 -04:00
margin-right auto
snippet mt
2015-08-23 06:18:21 -04:00
margin-top ${0}
snippet mt:a
2015-08-23 06:18:21 -04:00
margin-top auto
snippet m
2015-08-23 06:18:21 -04:00
margin ${0}
snippet m:4
2015-08-23 06:18:21 -04:00
margin ${1:0} ${2:0} ${3:0} ${0:0}
snippet m:3
2015-08-23 06:18:21 -04:00
margin ${1:0} ${2:0} ${0:0}
snippet m:2
2015-08-23 06:18:21 -04:00
margin ${1:0} ${0:0}
snippet m:0
2015-08-23 06:18:21 -04:00
margin 0
snippet m:a
2015-08-23 06:18:21 -04:00
margin auto
snippet mah
2015-08-23 06:18:21 -04:00
max-height ${0}
snippet mah:n
2015-08-23 06:18:21 -04:00
max-height none
snippet maw
2015-08-23 06:18:21 -04:00
max-width ${0}
snippet maw:n
2015-08-23 06:18:21 -04:00
max-width none
snippet mih
2015-08-23 06:18:21 -04:00
min-height ${0}
snippet miw
2015-08-23 06:18:21 -04:00
min-width ${0}
snippet op
2015-08-23 06:18:21 -04:00
opacity ${0}
snippet op:ie
2015-08-23 06:18:21 -04:00
filter progid:DXImageTransform.Microsoft.Alpha(Opacity=${0:100})
snippet op:ms
2015-08-23 06:18:21 -04:00
-ms-filter 'progid:DXImageTransform.Microsoft.Alpha(Opacity=${0:100})'
snippet orp
2015-08-23 06:18:21 -04:00
orphans ${0}
snippet o+
2015-08-23 06:18:21 -04:00
outline ${1:1px} ${2:solid} ${0}
snippet oc
2015-08-23 06:18:21 -04:00
outline-color ${0}
snippet oc:i
2015-08-23 06:18:21 -04:00
outline-color invert
snippet oo
2015-08-23 06:18:21 -04:00
outline-offset ${0}
snippet os
2015-08-23 06:18:21 -04:00
outline-style ${0}
snippet ow
2015-08-23 06:18:21 -04:00
outline-width ${0}
snippet o
2015-08-23 06:18:21 -04:00
outline ${0}
snippet o:n
2015-08-23 06:18:21 -04:00
outline none
snippet ovs
2015-08-23 06:18:21 -04:00
overflow-style ${0}
snippet ovs:a
2015-08-23 06:18:21 -04:00
overflow-style auto
snippet ovs:mq
2015-08-23 06:18:21 -04:00
overflow-style marquee
snippet ovs:mv
2015-08-23 06:18:21 -04:00
overflow-style move
snippet ovs:p
2015-08-23 06:18:21 -04:00
overflow-style panner
snippet ovs:s
2015-08-23 06:18:21 -04:00
overflow-style scrollbar
snippet ovx
2015-08-23 06:18:21 -04:00
overflow-x ${0}
snippet ovx:a
2015-08-23 06:18:21 -04:00
overflow-x auto
snippet ovx:h
2015-08-23 06:18:21 -04:00
overflow-x hidden
snippet ovx:s
2015-08-23 06:18:21 -04:00
overflow-x scroll
snippet ovx:v
2015-08-23 06:18:21 -04:00
overflow-x visible
snippet ovy
2015-08-23 06:18:21 -04:00
overflow-y ${0}
snippet ovy:a
2015-08-23 06:18:21 -04:00
overflow-y auto
snippet ovy:h
2015-08-23 06:18:21 -04:00
overflow-y hidden
snippet ovy:s
2015-08-23 06:18:21 -04:00
overflow-y scroll
snippet ovy:v
2015-08-23 06:18:21 -04:00
overflow-y visible
snippet ov
2015-08-23 06:18:21 -04:00
overflow ${0}
snippet ov:a
2015-08-23 06:18:21 -04:00
overflow auto
snippet ov:h
2015-08-23 06:18:21 -04:00
overflow hidden
snippet ov:s
2015-08-23 06:18:21 -04:00
overflow scroll
snippet ov:v
2015-08-23 06:18:21 -04:00
overflow visible
snippet pb
2015-08-23 06:18:21 -04:00
padding-bottom ${0}
snippet pl
2015-08-23 06:18:21 -04:00
padding-left ${0}
snippet pr
2015-08-23 06:18:21 -04:00
padding-right ${0}
snippet pt
2015-08-23 06:18:21 -04:00
padding-top ${0}
snippet p
2015-08-23 06:18:21 -04:00
padding ${0}
snippet p:4
2015-08-23 06:18:21 -04:00
padding ${1:0} ${2:0} ${3:0} ${0:0}
snippet p:3
2015-08-23 06:18:21 -04:00
padding ${1:0} ${2:0} ${0:0}
snippet p:2
2015-08-23 06:18:21 -04:00
padding ${1:0} ${0:0}
snippet p:0
2015-08-23 06:18:21 -04:00
padding 0
snippet pgba
2015-08-23 06:18:21 -04:00
page-break-after ${0}
snippet pgba:aw
2015-08-23 06:18:21 -04:00
page-break-after always
snippet pgba:a
2015-08-23 06:18:21 -04:00
page-break-after auto
snippet pgba:l
2015-08-23 06:18:21 -04:00
page-break-after left
snippet pgba:r
2015-08-23 06:18:21 -04:00
page-break-after right
snippet pgbb
2015-08-23 06:18:21 -04:00
page-break-before ${0}
snippet pgbb:aw
2015-08-23 06:18:21 -04:00
page-break-before always
snippet pgbb:a
2015-08-23 06:18:21 -04:00
page-break-before auto
snippet pgbb:l
2015-08-23 06:18:21 -04:00
page-break-before left
snippet pgbb:r
2015-08-23 06:18:21 -04:00
page-break-before right
snippet pgbi
2015-08-23 06:18:21 -04:00
page-break-inside ${0}
snippet pgbi:a
2015-08-23 06:18:21 -04:00
page-break-inside auto
snippet pgbi:av
2015-08-23 06:18:21 -04:00
page-break-inside avoid
snippet pos
2015-08-23 06:18:21 -04:00
position ${0}
snippet pos:a
2015-08-23 06:18:21 -04:00
position absolute
snippet pos:f
2015-08-23 06:18:21 -04:00
position fixed
snippet pos:r
2015-08-23 06:18:21 -04:00
position relative
snippet pos:s
2015-08-23 06:18:21 -04:00
position static
snippet q
2015-08-23 06:18:21 -04:00
quotes ${0}
snippet q:en
2015-08-23 06:18:21 -04:00
quotes '\201C' '\201D' '\2018' '\2019'
snippet q:n
2015-08-23 06:18:21 -04:00
quotes none
snippet q:ru
2015-08-23 06:18:21 -04:00
quotes '\00AB' '\00BB' '\201E' '\201C'
snippet rz
2015-08-23 06:18:21 -04:00
resize ${0}
snippet rz:b
2015-08-23 06:18:21 -04:00
resize both
snippet rz:h
2015-08-23 06:18:21 -04:00
resize horizontal
snippet rz:n
2015-08-23 06:18:21 -04:00
resize none
snippet rz:v
2015-08-23 06:18:21 -04:00
resize vertical
snippet r
2015-08-23 06:18:21 -04:00
right ${0}
snippet r:a
2015-08-23 06:18:21 -04:00
right auto
snippet tbl
2015-08-23 06:18:21 -04:00
table-layout ${0}
snippet tbl:a
2015-08-23 06:18:21 -04:00
table-layout auto
snippet tbl:f
2015-08-23 06:18:21 -04:00
table-layout fixed
snippet tal
2015-08-23 06:18:21 -04:00
text-align-last ${0}
snippet tal:a
2015-08-23 06:18:21 -04:00
text-align-last auto
snippet tal:c
2015-08-23 06:18:21 -04:00
text-align-last center
snippet tal:l
2015-08-23 06:18:21 -04:00
text-align-last left
snippet tal:r
2015-08-23 06:18:21 -04:00
text-align-last right
snippet ta
2015-08-23 06:18:21 -04:00
text-align ${0}
snippet ta:c
2015-08-23 06:18:21 -04:00
text-align center
snippet ta:l
2015-08-23 06:18:21 -04:00
text-align left
snippet ta:r
2015-08-23 06:18:21 -04:00
text-align right
snippet td
2015-08-23 06:18:21 -04:00
text-decoration ${0}
snippet td:l
2015-08-23 06:18:21 -04:00
text-decoration line-through
snippet td:n
2015-08-23 06:18:21 -04:00
text-decoration none
snippet td:o
2015-08-23 06:18:21 -04:00
text-decoration overline
snippet td:u
2015-08-23 06:18:21 -04:00
text-decoration underline
snippet te
2015-08-23 06:18:21 -04:00
text-emphasis ${0}
snippet te:ac
2015-08-23 06:18:21 -04:00
text-emphasis accent
snippet te:a
2015-08-23 06:18:21 -04:00
text-emphasis after
snippet te:b
2015-08-23 06:18:21 -04:00
text-emphasis before
snippet te:c
2015-08-23 06:18:21 -04:00
text-emphasis circle
snippet te:ds
2015-08-23 06:18:21 -04:00
text-emphasis disc
snippet te:dt
2015-08-23 06:18:21 -04:00
text-emphasis dot
snippet te:n
2015-08-23 06:18:21 -04:00
text-emphasis none
snippet th
2015-08-23 06:18:21 -04:00
text-height ${0}
snippet th:a
2015-08-23 06:18:21 -04:00
text-height auto
snippet th:f
2015-08-23 06:18:21 -04:00
text-height font-size
snippet th:m
2015-08-23 06:18:21 -04:00
text-height max-size
snippet th:t
2015-08-23 06:18:21 -04:00
text-height text-size
snippet ti
2015-08-23 06:18:21 -04:00
text-indent ${0}
snippet ti:-
2015-08-23 06:18:21 -04:00
text-indent -9999px
snippet tj
2015-08-23 06:18:21 -04:00
text-justify ${0}
snippet tj:a
2015-08-23 06:18:21 -04:00
text-justify auto
snippet tj:d
2015-08-23 06:18:21 -04:00
text-justify distribute
snippet tj:ic
2015-08-23 06:18:21 -04:00
text-justify inter-cluster
snippet tj:ii
2015-08-23 06:18:21 -04:00
text-justify inter-ideograph
snippet tj:iw
2015-08-23 06:18:21 -04:00
text-justify inter-word
snippet tj:k
2015-08-23 06:18:21 -04:00
text-justify kashida
snippet tj:t
2015-08-23 06:18:21 -04:00
text-justify tibetan
snippet to+
2015-08-23 06:18:21 -04:00
text-outline ${1:0} ${2:0} ${0}
snippet to
2015-08-23 06:18:21 -04:00
text-outline ${0}
snippet to:n
2015-08-23 06:18:21 -04:00
text-outline none
snippet tr
2015-08-23 06:18:21 -04:00
text-replace ${0}
snippet tr:n
2015-08-23 06:18:21 -04:00
text-replace none
snippet tsh+
2015-08-23 06:18:21 -04:00
text-shadow ${1:0} ${2:0} ${3:0} ${0}
snippet tsh
2015-08-23 06:18:21 -04:00
text-shadow ${0}
snippet tsh:n
2015-08-23 06:18:21 -04:00
text-shadow none
snippet tt
2015-08-23 06:18:21 -04:00
text-transform ${0}
snippet tt:c
2015-08-23 06:18:21 -04:00
text-transform capitalize
snippet tt:l
2015-08-23 06:18:21 -04:00
text-transform lowercase
snippet tt:n
2015-08-23 06:18:21 -04:00
text-transform none
snippet tt:u
2015-08-23 06:18:21 -04:00
text-transform uppercase
snippet tw
2015-08-23 06:18:21 -04:00
text-wrap ${0}
snippet tw:no
2015-08-23 06:18:21 -04:00
text-wrap none
snippet tw:n
2015-08-23 06:18:21 -04:00
text-wrap normal
snippet tw:s
2015-08-23 06:18:21 -04:00
text-wrap suppress
snippet tw:u
2015-08-23 06:18:21 -04:00
text-wrap unrestricted
snippet t
2015-08-23 06:18:21 -04:00
top ${0}
snippet t:a
2015-08-23 06:18:21 -04:00
top auto
snippet va
2015-08-23 06:18:21 -04:00
vertical-align ${0}
snippet va:bl
2015-08-23 06:18:21 -04:00
vertical-align baseline
snippet va:b
2015-08-23 06:18:21 -04:00
vertical-align bottom
snippet va:m
2015-08-23 06:18:21 -04:00
vertical-align middle
snippet va:sub
2015-08-23 06:18:21 -04:00
vertical-align sub
snippet va:sup
2015-08-23 06:18:21 -04:00
vertical-align super
snippet va:tb
2015-08-23 06:18:21 -04:00
vertical-align text-bottom
snippet va:tt
2015-08-23 06:18:21 -04:00
vertical-align text-top
snippet va:t
2015-08-23 06:18:21 -04:00
vertical-align top
snippet v
2015-08-23 06:18:21 -04:00
visibility ${0}
snippet v:c
2015-08-23 06:18:21 -04:00
visibility collapse
snippet v:h
2015-08-23 06:18:21 -04:00
visibility hidden
snippet v:v
2015-08-23 06:18:21 -04:00
visibility visible
snippet whsc
2015-08-23 06:18:21 -04:00
white-space-collapse ${0}
snippet whsc:ba
2015-08-23 06:18:21 -04:00
white-space-collapse break-all
snippet whsc:bs
2015-08-23 06:18:21 -04:00
white-space-collapse break-strict
snippet whsc:k
2015-08-23 06:18:21 -04:00
white-space-collapse keep-all
snippet whsc:l
2015-08-23 06:18:21 -04:00
white-space-collapse loose
snippet whsc:n
2015-08-23 06:18:21 -04:00
white-space-collapse normal
snippet whs
2015-08-23 06:18:21 -04:00
white-space ${0}
snippet whs:n
2015-08-23 06:18:21 -04:00
white-space normal
snippet whs:nw
2015-08-23 06:18:21 -04:00
white-space nowrap
snippet whs:pl
2015-08-23 06:18:21 -04:00
white-space pre-line
snippet whs:pw
2015-08-23 06:18:21 -04:00
white-space pre-wrap
snippet whs:p
2015-08-23 06:18:21 -04:00
white-space pre
snippet wid
2015-08-23 06:18:21 -04:00
widows ${0}
snippet w
2015-08-23 06:18:21 -04:00
width ${0}
snippet w:a
2015-08-23 06:18:21 -04:00
width auto
snippet wob
2015-08-23 06:18:21 -04:00
word-break ${0}
snippet wob:ba
2015-08-23 06:18:21 -04:00
word-break break-all
snippet wob:bs
2015-08-23 06:18:21 -04:00
word-break break-strict
snippet wob:k
2015-08-23 06:18:21 -04:00
word-break keep-all
snippet wob:l
2015-08-23 06:18:21 -04:00
word-break loose
snippet wob:n
2015-08-23 06:18:21 -04:00
word-break normal
snippet wos
2015-08-23 06:18:21 -04:00
word-spacing ${0}
snippet wow
2015-08-23 06:18:21 -04:00
word-wrap ${0}
snippet wow:no
2015-08-23 06:18:21 -04:00
word-wrap none
snippet wow:n
2015-08-23 06:18:21 -04:00
word-wrap normal
snippet wow:s
2015-08-23 06:18:21 -04:00
word-wrap suppress
snippet wow:u
2015-08-23 06:18:21 -04:00
word-wrap unrestricted
snippet z
2015-08-23 06:18:21 -04:00
z-index ${0}
snippet z:a
2015-08-23 06:18:21 -04:00
z-index auto
snippet zoo
2015-08-23 06:18:21 -04:00
zoom 1
snippet :h
2015-08-23 06:18:21 -04:00
:hover
snippet :fc
2015-08-23 06:18:21 -04:00
:first-child
snippet :lc
2015-08-23 06:18:21 -04:00
:last-child
snippet :nc
2015-08-23 06:18:21 -04:00
:nth-child(${0})
snippet :nlc
2015-08-23 06:18:21 -04:00
:nth-last-child(${0})
snippet :oc
2015-08-23 06:18:21 -04:00
:only-child
snippet :a
2015-08-23 06:18:21 -04:00
:after
snippet :b
2015-08-23 06:18:21 -04:00
:before
snippet ::a
2015-08-23 06:18:21 -04:00
::after
snippet ::b
2015-08-23 06:18:21 -04:00
::before
snippet if
2015-08-23 06:18:21 -04:00
if ${0}
snippet mix
2015-08-23 06:18:21 -04:00
${1}(${0})
snippet for
2015-08-23 06:18:21 -04:00
for ${1:i} in ${0}
snippet keyf
2015-08-23 06:18:21 -04:00
@keyframes ${0}