Initial commit
[ghost-theme-lbbg.git] / assets / css / csscomb.json
1 {
2 "remove-empty-rulesets": true,
3 "always-semicolon": true,
4 "color-case": "lower",
5 "block-indent": " ",
6 "color-shorthand": true,
7 "element-case": "lower",
8 "eof-newline": true,
9 "leading-zero": true,
10 "quotes": "double",
11 "space-before-colon": "",
12 "space-after-colon": " ",
13 "space-before-combinator": " ",
14 "space-after-combinator": " ",
15 "space-between-declarations": "\n",
16 "space-before-opening-brace": " ",
17 "space-after-opening-brace": "\n",
18 "space-after-selector-delimiter": "\n",
19 "space-before-selector-delimiter": "",
20 "space-before-closing-brace": "\n",
21 "strip-spaces": true,
22 "tab-size": 4,
23 "unitless-zero": true,
24 "sort-order": [ [
25 "content",
26 "visibility",
27 "position",
28 "top",
29 "right",
30 "bottom",
31 "left",
32 "z-index",
33 "order",
34 "flex",
35 "flex-grow",
36 "flex-shrink",
37 "flex-basis",
38 "align-self",
39 "display",
40 "flex-flow",
41 "flex-direction",
42 "justify-content",
43 "align-items",
44 "align-content",
45 "flex-wrap",
46 "flex-order",
47 "flex-pack",
48 "flex-align",
49 "float",
50 "clear",
51 "box-sizing",
52 "width",
53 "height",
54 "min-width",
55 "min-height",
56 "max-width",
57 "max-height",
58 "overflow",
59 "overflow-x",
60 "overflow-y",
61 "clip",
62 "margin",
63 "margin-top",
64 "margin-right",
65 "margin-bottom",
66 "margin-left",
67 "padding",
68 "padding-top",
69 "padding-right",
70 "padding-bottom",
71 "padding-left",
72 "outline",
73 "outline-width",
74 "outline-style",
75 "outline-color",
76 "outline-offset",
77 "border",
78 "border-spacing",
79 "border-collapse",
80 "border-width",
81 "border-style",
82 "border-color",
83 "border-top",
84 "border-top-width",
85 "border-top-style",
86 "border-top-color",
87 "border-right",
88 "border-right-width",
89 "border-right-style",
90 "border-right-color",
91 "border-bottom",
92 "border-bottom-width",
93 "border-bottom-style",
94 "border-bottom-color",
95 "border-left",
96 "border-left-width",
97 "border-left-style",
98 "border-left-color",
99 "border-image",
100 "border-image-source",
101 "border-image-slice",
102 "border-image-width",
103 "border-image-outset",
104 "border-image-repeat",
105 "border-top-image",
106 "border-right-image",
107 "border-bottom-image",
108 "border-left-image",
109 "border-corner-image",
110 "border-top-left-image",
111 "border-top-right-image",
112 "border-bottom-right-image",
113 "border-bottom-left-image",
114 "table-layout",
115 "caption-side",
116 "empty-cells",
117 "list-style",
118 "list-style-position",
119 "list-style-type",
120 "list-style-image",
121 "quotes",
122 "counter-increment",
123 "counter-reset",
124 "vertical-align",
125 "stroke",
126 "fill",
127 "stroke-width",
128 "stroke-opacity",
129 "color",
130 "font",
131 "font-family",
132 "font-size",
133 "line-height",
134 "font-weight",
135 "font-style",
136 "font-variant",
137 "font-size-adjust",
138 "font-stretch",
139 "text-rendering",
140 "font-feature-settings",
141 "letter-spacing",
142 "hyphens",
143 "text-align",
144 "text-align-last",
145 "text-decoration",
146 "text-emphasis",
147 "text-emphasis-position",
148 "text-emphasis-style",
149 "text-emphasis-color",
150 "text-indent",
151 "text-justify",
152 "text-outline",
153 "text-transform",
154 "text-wrap",
155 "text-overflow",
156 "text-overflow-ellipsis",
157 "text-overflow-mode",
158 "text-shadow",
159 "white-space",
160 "word-spacing",
161 "word-wrap",
162 "word-break",
163 "tab-size",
164 "user-select",
165 "src",
166 "resize",
167 "cursor",
168 "nav-index",
169 "nav-up",
170 "nav-right",
171 "nav-down",
172 "nav-left",
173 "background",
174 "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
175 "background-color",
176 "background-image",
177 "background-size",
178 "background-attachment",
179 "background-position",
180 "background-position-x",
181 "background-position-y",
182 "background-clip",
183 "background-origin",
184 "background-repeat",
185 "border-radius",
186 "border-top-left-radius",
187 "border-top-right-radius",
188 "border-bottom-right-radius",
189 "border-bottom-left-radius",
190 "box-decoration-break",
191 "box-shadow",
192 "opacity",
193 "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
194 "filter",
195 "transition",
196 "transition-delay",
197 "transition-timing-function",
198 "transition-duration",
199 "transition-property",
200 "transform",
201 "transform-origin",
202 "animation",
203 "animation-name",
204 "animation-duration",
205 "animation-play-state",
206 "animation-timing-function",
207 "animation-delay",
208 "animation-iteration-count",
209 "animation-direction",
210 "animation-fill-mode",
211 "pointer-events",
212 "unicode-bidi",
213 "direction",
214 "columns",
215 "column-span",
216 "column-width",
217 "column-count",
218 "column-fill",
219 "column-gap",
220 "column-rule",
221 "column-rule-width",
222 "column-rule-style",
223 "column-rule-color",
224 "break-before",
225 "break-inside",
226 "break-after",
227 "page-break-before",
228 "page-break-inside",
229 "page-break-after",
230 "orphans",
231 "widows",
232 "zoom",
233 "max-zoom",
234 "min-zoom",
235 "user-zoom",
236 "orientation",
237 "-webkit-overflow-scrolling",
238 "-ms-overflow-scrolling"
239 ] ]
240 }