yandex.json 10 KB

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