Advertisement
Guest User

Untitled

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