You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

321 lines
10 KiB

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