Skip to content

Commit e8d78be

Browse files
committed
first commit
0 parents  commit e8d78be

37 files changed

+4533
-0
lines changed

assets/built/global.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/global.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/.csscomb.json

Lines changed: 237 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,237 @@
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+
"flex-wrap",
43+
"justify-content",
44+
"align-items",
45+
"align-content",
46+
"flex-order",
47+
"flex-pack",
48+
"flex-align",
49+
"float",
50+
"clear",
51+
"overflow",
52+
"overflow-x",
53+
"overflow-y",
54+
"-webkit-overflow-scrolling",
55+
"clip",
56+
"box-sizing",
57+
"margin",
58+
"margin-top",
59+
"margin-right",
60+
"margin-bottom",
61+
"margin-left",
62+
"padding",
63+
"padding-top",
64+
"padding-right",
65+
"padding-bottom",
66+
"padding-left",
67+
"min-width",
68+
"min-height",
69+
"max-width",
70+
"max-height",
71+
"width",
72+
"height",
73+
"outline",
74+
"outline-width",
75+
"outline-style",
76+
"outline-color",
77+
"outline-offset",
78+
"border",
79+
"border-spacing",
80+
"border-collapse",
81+
"border-width",
82+
"border-style",
83+
"border-color",
84+
"border-top",
85+
"border-top-width",
86+
"border-top-style",
87+
"border-top-color",
88+
"border-right",
89+
"border-right-width",
90+
"border-right-style",
91+
"border-right-color",
92+
"border-bottom",
93+
"border-bottom-width",
94+
"border-bottom-style",
95+
"border-bottom-color",
96+
"border-left",
97+
"border-left-width",
98+
"border-left-style",
99+
"border-left-color",
100+
"border-image",
101+
"border-image-source",
102+
"border-image-slice",
103+
"border-image-width",
104+
"border-image-outset",
105+
"border-image-repeat",
106+
"border-top-image",
107+
"border-right-image",
108+
"border-bottom-image",
109+
"border-left-image",
110+
"border-corner-image",
111+
"border-top-left-image",
112+
"border-top-right-image",
113+
"border-bottom-right-image",
114+
"border-bottom-left-image",
115+
"color",
116+
"font",
117+
"font-family",
118+
"font-size",
119+
"line-height",
120+
"font-weight",
121+
"font-style",
122+
"font-variant",
123+
"font-size-adjust",
124+
"font-stretch",
125+
"font-feature-settings",
126+
"letter-spacing",
127+
"text-rendering",
128+
"text-align",
129+
"text-align-last",
130+
"text-decoration",
131+
"text-emphasis",
132+
"text-emphasis-position",
133+
"text-emphasis-style",
134+
"text-emphasis-color",
135+
"text-indent",
136+
"text-justify",
137+
"text-outline",
138+
"text-transform",
139+
"text-wrap",
140+
"text-overflow",
141+
"text-overflow-ellipsis",
142+
"text-overflow-mode",
143+
"text-shadow",
144+
"white-space",
145+
"word-spacing",
146+
"word-wrap",
147+
"word-break",
148+
"tab-size",
149+
"hyphens",
150+
"user-select",
151+
"fill",
152+
"stroke",
153+
"background",
154+
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
155+
"background-color",
156+
"background-image",
157+
"background-attachment",
158+
"background-position",
159+
"background-position-x",
160+
"background-position-y",
161+
"background-clip",
162+
"background-origin",
163+
"background-size",
164+
"background-repeat",
165+
"border-radius",
166+
"border-top-left-radius",
167+
"border-top-right-radius",
168+
"border-bottom-right-radius",
169+
"border-bottom-left-radius",
170+
"box-decoration-break",
171+
"box-shadow",
172+
"table-layout",
173+
"caption-side",
174+
"empty-cells",
175+
"list-style",
176+
"list-style-position",
177+
"list-style-type",
178+
"list-style-image",
179+
"quotes",
180+
"counter-increment",
181+
"counter-reset",
182+
"vertical-align",
183+
"src",
184+
"opacity",
185+
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
186+
"filter",
187+
"resize",
188+
"cursor",
189+
"nav-index",
190+
"nav-up",
191+
"nav-right",
192+
"nav-down",
193+
"nav-left",
194+
"transition",
195+
"transition-delay",
196+
"transition-timing-function",
197+
"transition-duration",
198+
"transition-property",
199+
"transform",
200+
"transform-origin",
201+
"animation",
202+
"animation-name",
203+
"animation-duration",
204+
"animation-play-state",
205+
"animation-timing-function",
206+
"animation-delay",
207+
"animation-iteration-count",
208+
"animation-direction",
209+
"animation-fill-mode",
210+
"pointer-events",
211+
"unicode-bidi",
212+
"direction",
213+
"columns",
214+
"column-span",
215+
"column-width",
216+
"column-count",
217+
"column-fill",
218+
"column-gap",
219+
"column-rule",
220+
"column-rule-width",
221+
"column-rule-style",
222+
"column-rule-color",
223+
"break-before",
224+
"break-inside",
225+
"break-after",
226+
"page-break-before",
227+
"page-break-inside",
228+
"page-break-after",
229+
"orphans",
230+
"widows",
231+
"zoom",
232+
"max-zoom",
233+
"min-zoom",
234+
"user-zoom",
235+
"orientation"
236+
] ]
237+
}

0 commit comments

Comments
 (0)