Skip to content

Commit 353bcea

Browse files
committedOct 2, 2015
Migrate button, ripple and font icon styles to sass and add sass tooling
1 parent 44d9668 commit 353bcea

26 files changed

+7876
-2246
lines changed
 

‎.csscomb.json

+308
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,308 @@
1+
{
2+
"always-semicolon": true,
3+
"block-indent": 2,
4+
"color-case": "lower",
5+
"color-shorthand": true,
6+
"element-case": "lower",
7+
"eof-newline": true,
8+
"leading-zero": false,
9+
"remove-empty-rulesets": true,
10+
"space-after-colon": 1,
11+
"space-after-combinator": 1,
12+
"space-before-selector-delimiter": 0,
13+
"space-between-declarations": "\n",
14+
"space-after-opening-brace": "\n",
15+
"space-before-closing-brace": "\n",
16+
"space-before-colon": 0,
17+
"space-before-combinator": 1,
18+
"space-before-opening-brace": 1,
19+
"strip-spaces": true,
20+
"unitless-zero": true,
21+
"vendor-prefix-align": true,
22+
"sort-order": [
23+
[
24+
"$variable",
25+
"$extend",
26+
"$include",
27+
"position",
28+
"top",
29+
"right",
30+
"bottom",
31+
"left",
32+
"z-index",
33+
"-webkit-box-sizing",
34+
"-moz-box-sizing",
35+
"box-sizing",
36+
"display",
37+
"float",
38+
"width",
39+
"min-width",
40+
"max-width",
41+
"height",
42+
"min-height",
43+
"max-height",
44+
"flex",
45+
"flex-direction",
46+
"flex-flow",
47+
"flex-order",
48+
"flex-pack",
49+
"flex-align",
50+
"padding",
51+
"padding-top",
52+
"padding-right",
53+
"padding-bottom",
54+
"padding-left",
55+
"margin",
56+
"margin-top",
57+
"margin-right",
58+
"margin-bottom",
59+
"margin-left",
60+
"overflow",
61+
"overflow-x",
62+
"overflow-y",
63+
"-webkit-overflow-scrolling",
64+
"-ms-overflow-x",
65+
"-ms-overflow-y",
66+
"-ms-overflow-style",
67+
"clip",
68+
"clear",
69+
"font",
70+
"font-family",
71+
"font-size",
72+
"font-style",
73+
"font-weight",
74+
"font-variant",
75+
"font-size-adjust",
76+
"font-stretch",
77+
"font-effect",
78+
"font-emphasize",
79+
"font-emphasize-position",
80+
"font-emphasize-style",
81+
"font-smooth",
82+
"-webkit-hyphens",
83+
"-moz-hyphens",
84+
"hyphens",
85+
"line-height",
86+
"color",
87+
"text-align",
88+
"-webkit-text-align-last",
89+
"-moz-text-align-last",
90+
"-ms-text-align-last",
91+
"text-align-last",
92+
"text-emphasis",
93+
"text-emphasis-color",
94+
"text-emphasis-style",
95+
"text-emphasis-position",
96+
"text-decoration",
97+
"text-indent",
98+
"text-justify",
99+
"text-outline",
100+
"-ms-text-overflow",
101+
"text-overflow",
102+
"text-overflow-ellipsis",
103+
"text-overflow-mode",
104+
"text-shadow",
105+
"text-transform",
106+
"text-wrap",
107+
"-webkit-text-size-adjust",
108+
"-ms-text-size-adjust",
109+
"letter-spacing",
110+
"-ms-word-break",
111+
"word-break",
112+
"word-spacing",
113+
"-ms-word-wrap",
114+
"word-wrap",
115+
"-moz-tab-size",
116+
"-o-tab-size",
117+
"tab-size",
118+
"white-space",
119+
"vertical-align",
120+
"list-style",
121+
"list-style-position",
122+
"list-style-type",
123+
"list-style-image",
124+
"pointer-events",
125+
"-ms-touch-action",
126+
"touch-action",
127+
"cursor",
128+
"visibility",
129+
"zoom",
130+
"table-layout",
131+
"empty-cells",
132+
"caption-side",
133+
"border-spacing",
134+
"border-collapse",
135+
"content",
136+
"quotes",
137+
"counter-reset",
138+
"counter-increment",
139+
"resize",
140+
"-webkit-user-select",
141+
"-moz-user-select",
142+
"-ms-user-select",
143+
"-o-user-select",
144+
"user-select",
145+
"nav-index",
146+
"nav-up",
147+
"nav-right",
148+
"nav-down",
149+
"nav-left",
150+
"background",
151+
"background-color",
152+
"background-image",
153+
"-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
154+
"filter:progid:DXImageTransform.Microsoft.gradient",
155+
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
156+
"filter",
157+
"background-repeat",
158+
"background-attachment",
159+
"background-position",
160+
"background-position-x",
161+
"background-position-y",
162+
"-webkit-background-clip",
163+
"-moz-background-clip",
164+
"background-clip",
165+
"background-origin",
166+
"-webkit-background-size",
167+
"-moz-background-size",
168+
"-o-background-size",
169+
"background-size",
170+
"border",
171+
"border-color",
172+
"border-style",
173+
"border-width",
174+
"border-top",
175+
"border-top-color",
176+
"border-top-style",
177+
"border-top-width",
178+
"border-right",
179+
"border-right-color",
180+
"border-right-style",
181+
"border-right-width",
182+
"border-bottom",
183+
"border-bottom-color",
184+
"border-bottom-style",
185+
"border-bottom-width",
186+
"border-left",
187+
"border-left-color",
188+
"border-left-style",
189+
"border-left-width",
190+
"border-radius",
191+
"border-top-left-radius",
192+
"border-top-right-radius",
193+
"border-bottom-right-radius",
194+
"border-bottom-left-radius",
195+
"-webkit-border-image",
196+
"-moz-border-image",
197+
"-o-border-image",
198+
"border-image",
199+
"-webkit-border-image-source",
200+
"-moz-border-image-source",
201+
"-o-border-image-source",
202+
"border-image-source",
203+
"-webkit-border-image-slice",
204+
"-moz-border-image-slice",
205+
"-o-border-image-slice",
206+
"border-image-slice",
207+
"-webkit-border-image-width",
208+
"-moz-border-image-width",
209+
"-o-border-image-width",
210+
"border-image-width",
211+
"-webkit-border-image-outset",
212+
"-moz-border-image-outset",
213+
"-o-border-image-outset",
214+
"border-image-outset",
215+
"-webkit-border-image-repeat",
216+
"-moz-border-image-repeat",
217+
"-o-border-image-repeat",
218+
"border-image-repeat",
219+
"outline",
220+
"outline-width",
221+
"outline-style",
222+
"outline-color",
223+
"outline-offset",
224+
"-webkit-box-shadow",
225+
"-moz-box-shadow",
226+
"box-shadow",
227+
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
228+
"-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
229+
"opacity",
230+
"-ms-interpolation-mode",
231+
"-webkit-transition",
232+
"-moz-transition",
233+
"-ms-transition",
234+
"-o-transition",
235+
"transition",
236+
"-webkit-transition-delay",
237+
"-moz-transition-delay",
238+
"-ms-transition-delay",
239+
"-o-transition-delay",
240+
"transition-delay",
241+
"-webkit-transition-timing-function",
242+
"-moz-transition-timing-function",
243+
"-ms-transition-timing-function",
244+
"-o-transition-timing-function",
245+
"transition-timing-function",
246+
"-webkit-transition-duration",
247+
"-moz-transition-duration",
248+
"-ms-transition-duration",
249+
"-o-transition-duration",
250+
"transition-duration",
251+
"-webkit-transition-property",
252+
"-moz-transition-property",
253+
"-ms-transition-property",
254+
"-o-transition-property",
255+
"transition-property",
256+
"-webkit-transform",
257+
"-moz-transform",
258+
"-ms-transform",
259+
"-o-transform",
260+
"transform",
261+
"-webkit-transform-origin",
262+
"-moz-transform-origin",
263+
"-ms-transform-origin",
264+
"-o-transform-origin",
265+
"transform-origin",
266+
"-webkit-animation",
267+
"-moz-animation",
268+
"-ms-animation",
269+
"-o-animation",
270+
"animation",
271+
"-webkit-animation-name",
272+
"-moz-animation-name",
273+
"-ms-animation-name",
274+
"-o-animation-name",
275+
"animation-name",
276+
"-webkit-animation-duration",
277+
"-moz-animation-duration",
278+
"-ms-animation-duration",
279+
"-o-animation-duration",
280+
"animation-duration",
281+
"-webkit-animation-play-state",
282+
"-moz-animation-play-state",
283+
"-ms-animation-play-state",
284+
"-o-animation-play-state",
285+
"animation-play-state",
286+
"-webkit-animation-timing-function",
287+
"-moz-animation-timing-function",
288+
"-ms-animation-timing-function",
289+
"-o-animation-timing-function",
290+
"animation-timing-function",
291+
"-webkit-animation-delay",
292+
"-moz-animation-delay",
293+
"-ms-animation-delay",
294+
"-o-animation-delay",
295+
"animation-delay",
296+
"-webkit-animation-iteration-count",
297+
"-moz-animation-iteration-count",
298+
"-ms-animation-iteration-count",
299+
"-o-animation-iteration-count",
300+
"animation-iteration-count",
301+
"-webkit-animation-direction",
302+
"-moz-animation-direction",
303+
"-ms-animation-direction",
304+
"-o-animation-direction",
305+
"animation-direction"
306+
]
307+
]
308+
}

‎.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

‎.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"max-statements": [0, 10],
5656
"new-parens": [2],
5757
"new-cap": [2, {
58-
"capIsNewExceptions": ["ToInteger", "ToObject", "ToPrimitive", "ToUint32"]
58+
"capIsNewExceptions": ["CSSModules", "ToInteger", "ToObject", "ToPrimitive", "ToUint32"]
5959
}],
6060
"newline-after-var": [0],
6161
"no-alert": [2],

0 commit comments

Comments
 (0)
Please sign in to comment.