csscomb.json 7.8 KB

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