zen.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. {
  2. "exclude": [
  3. ".git/**",
  4. "node_modules/**",
  5. "bower_components/**"
  6. ],
  7. "sort-order": [ [
  8. "position",
  9. "top",
  10. "right",
  11. "bottom",
  12. "left",
  13. "z-index",
  14. "display",
  15. "visibility",
  16. "-webkit-flex-direction",
  17. "-moz-flex-direction",
  18. "-ms-flex-direction",
  19. "-o-flex-direction",
  20. "flex-direction",
  21. "-webkit-flex-order",
  22. "-moz-flex-order",
  23. "-ms-flex-order",
  24. "-o-flex-order",
  25. "flex-order",
  26. "-webkit-flex-pack",
  27. "-moz-flex-pack",
  28. "-ms-flex-pack",
  29. "-o-flex-pack",
  30. "flex-pack",
  31. "float",
  32. "clear",
  33. "-webkit-flex-align",
  34. "-moz-flex-align",
  35. "-ms-flex-align",
  36. "-o-flex-align",
  37. "flex-align",
  38. "overflow",
  39. "-ms-overflow-x",
  40. "-ms-overflow-y",
  41. "overflow-x",
  42. "overflow-y",
  43. "-webkit-overflow-scrolling",
  44. "clip",
  45. "-webkit-box-sizing",
  46. "-moz-box-sizing",
  47. "box-sizing",
  48. "margin",
  49. "margin-top",
  50. "margin-right",
  51. "margin-bottom",
  52. "margin-left",
  53. "padding",
  54. "padding-top",
  55. "padding-right",
  56. "padding-bottom",
  57. "padding-left",
  58. "min-width",
  59. "min-height",
  60. "max-width",
  61. "max-height",
  62. "width",
  63. "height",
  64. "outline",
  65. "outline-width",
  66. "outline-style",
  67. "outline-color",
  68. "outline-offset",
  69. "border",
  70. "border-spacing",
  71. "border-collapse",
  72. "border-width",
  73. "border-style",
  74. "border-color",
  75. "border-top",
  76. "border-top-width",
  77. "border-top-style",
  78. "border-top-color",
  79. "border-right",
  80. "border-right-width",
  81. "border-right-style",
  82. "border-right-color",
  83. "border-bottom",
  84. "border-bottom-width",
  85. "border-bottom-style",
  86. "border-bottom-color",
  87. "border-left",
  88. "border-left-width",
  89. "border-left-style",
  90. "border-left-color",
  91. "-webkit-border-radius",
  92. "-moz-border-radius",
  93. "border-radius",
  94. "-webkit-border-top-left-radius",
  95. "-moz-border-radius-topleft",
  96. "border-top-left-radius",
  97. "-webkit-border-top-right-radius",
  98. "-moz-border-radius-topright",
  99. "border-top-right-radius",
  100. "-webkit-border-bottom-right-radius",
  101. "-moz-border-radius-bottomright",
  102. "border-bottom-right-radius",
  103. "-webkit-border-bottom-left-radius",
  104. "-moz-border-radius-bottomleft",
  105. "border-bottom-left-radius",
  106. "-webkit-border-image",
  107. "-moz-border-image",
  108. "-o-border-image",
  109. "border-image",
  110. "-webkit-border-image-source",
  111. "-moz-border-image-source",
  112. "-o-border-image-source",
  113. "border-image-source",
  114. "-webkit-border-image-slice",
  115. "-moz-border-image-slice",
  116. "-o-border-image-slice",
  117. "border-image-slice",
  118. "-webkit-border-image-width",
  119. "-moz-border-image-width",
  120. "-o-border-image-width",
  121. "border-image-width",
  122. "-webkit-border-image-outset",
  123. "-moz-border-image-outset",
  124. "-o-border-image-outset",
  125. "border-image-outset",
  126. "-webkit-border-image-repeat",
  127. "-moz-border-image-repeat",
  128. "-o-border-image-repeat",
  129. "border-image-repeat",
  130. "-webkit-border-top-image",
  131. "-moz-border-top-image",
  132. "-o-border-top-image",
  133. "border-top-image",
  134. "-webkit-border-right-image",
  135. "-moz-border-right-image",
  136. "-o-border-right-image",
  137. "border-right-image",
  138. "-webkit-border-bottom-image",
  139. "-moz-border-bottom-image",
  140. "-o-border-bottom-image",
  141. "border-bottom-image",
  142. "-webkit-border-left-image",
  143. "-moz-border-left-image",
  144. "-o-border-left-image",
  145. "border-left-image",
  146. "-webkit-border-corner-image",
  147. "-moz-border-corner-image",
  148. "-o-border-corner-image",
  149. "border-corner-image",
  150. "-webkit-border-top-left-image",
  151. "-moz-border-top-left-image",
  152. "-o-border-top-left-image",
  153. "border-top-left-image",
  154. "-webkit-border-top-right-image",
  155. "-moz-border-top-right-image",
  156. "-o-border-top-right-image",
  157. "border-top-right-image",
  158. "-webkit-border-bottom-right-image",
  159. "-moz-border-bottom-right-image",
  160. "-o-border-bottom-right-image",
  161. "border-bottom-right-image",
  162. "-webkit-border-bottom-left-image",
  163. "-moz-border-bottom-left-image",
  164. "-o-border-bottom-left-image",
  165. "border-bottom-left-image",
  166. "background",
  167. "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
  168. "background-color",
  169. "background-image",
  170. "background-attachment",
  171. "background-position",
  172. "-ms-background-position-x",
  173. "-ms-background-position-y",
  174. "background-position-x",
  175. "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. "background-repeat",
  185. "box-decoration-break",
  186. "-webkit-box-shadow",
  187. "-moz-box-shadow",
  188. "box-shadow",
  189. "color",
  190. "table-layout",
  191. "caption-side",
  192. "empty-cells",
  193. "list-style",
  194. "list-style-position",
  195. "list-style-type",
  196. "list-style-image",
  197. "quotes",
  198. "content",
  199. "counter-increment",
  200. "counter-reset",
  201. "-ms-writing-mode",
  202. "vertical-align",
  203. "text-align",
  204. "-webkit-text-align-last",
  205. "-moz-text-align-last",
  206. "-ms-text-align-last",
  207. "text-align-last",
  208. "text-decoration",
  209. "text-emphasis",
  210. "text-emphasis-position",
  211. "text-emphasis-style",
  212. "text-emphasis-color",
  213. "text-indent",
  214. "-ms-text-justify",
  215. "text-justify",
  216. "text-outline",
  217. "text-transform",
  218. "text-wrap",
  219. "-ms-text-overflow",
  220. "text-overflow",
  221. "text-overflow-ellipsis",
  222. "text-overflow-mode",
  223. "text-shadow",
  224. "white-space",
  225. "word-spacing",
  226. "-ms-word-wrap",
  227. "word-wrap",
  228. "-ms-word-break",
  229. "word-break",
  230. "-moz-tab-size",
  231. "-o-tab-size",
  232. "tab-size",
  233. "-webkit-hyphens",
  234. "-moz-hyphens",
  235. "hyphens",
  236. "letter-spacing",
  237. "font",
  238. "font-weight",
  239. "font-style",
  240. "font-variant",
  241. "font-size-adjust",
  242. "font-stretch",
  243. "font-size",
  244. "font-family",
  245. "src",
  246. "line-height",
  247. "opacity",
  248. "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
  249. "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
  250. "-ms-interpolation-mode",
  251. "-webkit-filter",
  252. "-ms-filter",
  253. "filter",
  254. "resize",
  255. "cursor",
  256. "nav-index",
  257. "nav-up",
  258. "nav-right",
  259. "nav-down",
  260. "nav-left",
  261. "-webkit-transition",
  262. "-moz-transition",
  263. "-ms-transition",
  264. "-o-transition",
  265. "transition",
  266. "-webkit-transition-delay",
  267. "-moz-transition-delay",
  268. "-ms-transition-delay",
  269. "-o-transition-delay",
  270. "transition-delay",
  271. "-webkit-transition-timing-function",
  272. "-moz-transition-timing-function",
  273. "-ms-transition-timing-function",
  274. "-o-transition-timing-function",
  275. "transition-timing-function",
  276. "-webkit-transition-duration",
  277. "-moz-transition-duration",
  278. "-ms-transition-duration",
  279. "-o-transition-duration",
  280. "transition-duration",
  281. "-webkit-transition-property",
  282. "-moz-transition-property",
  283. "-ms-transition-property",
  284. "-o-transition-property",
  285. "transition-property",
  286. "-webkit-transform",
  287. "-moz-transform",
  288. "-ms-transform",
  289. "-o-transform",
  290. "transform",
  291. "-webkit-transform-origin",
  292. "-moz-transform-origin",
  293. "-ms-transform-origin",
  294. "-o-transform-origin",
  295. "transform-origin",
  296. "-webkit-animation",
  297. "-moz-animation",
  298. "-ms-animation",
  299. "-o-animation",
  300. "animation",
  301. "-webkit-animation-name",
  302. "-moz-animation-name",
  303. "-ms-animation-name",
  304. "-o-animation-name",
  305. "animation-name",
  306. "-webkit-animation-duration",
  307. "-moz-animation-duration",
  308. "-ms-animation-duration",
  309. "-o-animation-duration",
  310. "animation-duration",
  311. "-webkit-animation-play-state",
  312. "-moz-animation-play-state",
  313. "-ms-animation-play-state",
  314. "-o-animation-play-state",
  315. "animation-play-state",
  316. "-webkit-animation-timing-function",
  317. "-moz-animation-timing-function",
  318. "-ms-animation-timing-function",
  319. "-o-animation-timing-function",
  320. "animation-timing-function",
  321. "-webkit-animation-delay",
  322. "-moz-animation-delay",
  323. "-ms-animation-delay",
  324. "-o-animation-delay",
  325. "animation-delay",
  326. "-webkit-animation-iteration-count",
  327. "-moz-animation-iteration-count",
  328. "-ms-animation-iteration-count",
  329. "-o-animation-iteration-count",
  330. "animation-iteration-count",
  331. "-webkit-animation-direction",
  332. "-moz-animation-direction",
  333. "-ms-animation-direction",
  334. "-o-animation-direction",
  335. "animation-direction",
  336. "pointer-events",
  337. "unicode-bidi",
  338. "direction",
  339. "-webkit-columns",
  340. "-moz-columns",
  341. "columns",
  342. "-webkit-column-span",
  343. "-moz-column-span",
  344. "column-span",
  345. "-webkit-column-width",
  346. "-moz-column-width",
  347. "column-width",
  348. "-webkit-column-count",
  349. "-moz-column-count",
  350. "column-count",
  351. "-webkit-column-fill",
  352. "-moz-column-fill",
  353. "column-fill",
  354. "-webkit-column-gap",
  355. "-moz-column-gap",
  356. "column-gap",
  357. "-webkit-column-rule",
  358. "-moz-column-rule",
  359. "column-rule",
  360. "-webkit-column-rule-width",
  361. "-moz-column-rule-width",
  362. "column-rule-width",
  363. "-webkit-column-rule-style",
  364. "-moz-column-rule-style",
  365. "column-rule-style",
  366. "-webkit-column-rule-color",
  367. "-moz-column-rule-color",
  368. "column-rule-color",
  369. "break-before",
  370. "break-inside",
  371. "break-after",
  372. "page-break-before",
  373. "page-break-inside",
  374. "page-break-after",
  375. "orphans",
  376. "widows",
  377. "-ms-zoom",
  378. "zoom",
  379. "max-zoom",
  380. "min-zoom",
  381. "user-zoom",
  382. "orientation"
  383. ] ]
  384. }