Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit f38c06f

Browse files
committed
Added CSS support.
1 parent 9b5947b commit f38c06f

File tree

1,155 files changed

+9246
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,155 files changed

+9246
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-color: $1;$0
4+
]]></content>
5+
<tabTrigger>borbc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-color: name</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-color: rgba(${1:R}, {$2:G}, ${B:B}, ${A (0.0-1.0)});$0
4+
]]></content>
5+
<tabTrigger>borbc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-color: rgba</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-color: rgba(${1:H}, {$2:S}, ${B:L}, ${A (0.0-1.0)});$0
4+
]]></content>
5+
<tabTrigger>borbc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-color: hsla</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-color: #$1;$0
4+
]]></content>
5+
<tabTrigger>borbc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-color: hexadecimal</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-color: transparent;$0
4+
]]></content>
5+
<tabTrigger>borbc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-color: transparent</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-color: inherit;$0
4+
]]></content>
5+
<tabTrigger>borbc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-color: inherit</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-color: initial;$0
4+
]]></content>
5+
<tabTrigger>borbc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-color: initial</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-color: unset;$0
4+
]]></content>
5+
<tabTrigger>borbc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-color: unset</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-left-radius: $1;$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-left-radius: value/circle</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-left-radius: ${1:horizontal} ${2:vertical};$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-left-radius: ellipsis</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-left-radius: inherit;$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-left-radius: inherit</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-left-radius: initial;$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-left-radius: initial</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-left-radius: unset;$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-left-radius: unset</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-right-radius: $1;$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-right-radius: value/circle</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-right-radius: ${1:horizontal} ${2:vertical};$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-right-radius: ellipsis</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-right-radius: inherit;$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-right-radius: inherit</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-right-radius: initial;$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-right-radius: initial</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-right-radius: unset;$0
4+
]]></content>
5+
<tabTrigger>borblr</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-right-radius: unset</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: solid;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: solid</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: none;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: none</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: dotted;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: dotted</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: dashed;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: dashed</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: double;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: double</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: hidden;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: hidden</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: groove;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: groove</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: ridge;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: ridge</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: inset;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: inset</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: outset;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: outset</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: inherit;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: inherit</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: initial;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: initial</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-style: unset;$0
4+
]]></content>
5+
<tabTrigger>borbs</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-style: unset</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-width: $1;$0
4+
]]></content>
5+
<tabTrigger>borbw</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-width: value</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-width: thin;$0
4+
]]></content>
5+
<tabTrigger>borbw</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-width: thin</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-width: medium;$0
4+
]]></content>
5+
<tabTrigger>borbw</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-width: medium</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-width: thick;$0
4+
]]></content>
5+
<tabTrigger>borbw</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-width: thick</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-width: inherit;$0
4+
]]></content>
5+
<tabTrigger>borbw</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-width: inherit</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-width: initial;$0
4+
]]></content>
5+
<tabTrigger>borbw</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-width: initial</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom-width: unset;$0
4+
]]></content>
5+
<tabTrigger>borbw</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom-width: unset</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom: $1;$0
4+
]]></content>
5+
<tabTrigger>borb</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom: value</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom: ${1:width} ${2:style} ${3:color};$0
4+
]]></content>
5+
<tabTrigger>borb</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom: shorthand</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom: inherit;$0
4+
]]></content>
5+
<tabTrigger>borb</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom: inherit</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom: initial;$0
4+
]]></content>
5+
<tabTrigger>borb</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom: initial</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-bottom: unset;$0
4+
]]></content>
5+
<tabTrigger>borb</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-bottom: unset</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
border-color: $1;$0
4+
]]></content>
5+
<tabTrigger>borc</tabTrigger>
6+
<scope>text.css</scope>
7+
<description>border-color: name</description>
8+
</snippet>

0 commit comments

Comments
 (0)