Guest User

Untitled

a guest
Nov 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. {
  2. "remove-empty-rulesets": true,
  3. "always-semicolon": true,
  4. "color-case": "lower",
  5. "block-indent": " ",
  6. "color-shorthand": false,
  7. "element-case": "lower",
  8. "eof-newline": true,
  9. "leading-zero": true,
  10. "quotes": "single",
  11. "space-after-colon": " ",
  12. "space-before-combinator": " ",
  13. "space-after-combinator": " ",
  14. "space-between-declarations": "\n",
  15. "space-before-opening-brace": " ",
  16. "space-after-opening-brace": "\n",
  17. "space-after-selector-delimiter": "\n",
  18. "space-before-selector-delimiter": "",
  19. "space-before-closing-brace": "\n",
  20. "strip-spaces": true,
  21. "tab-size": true,
  22. "unitless-zero": true,
  23. "vendor-prefix-align": true,
  24. "lines-between-rulesets": 1,
  25. "sort-order": [
  26. [
  27. "$charset",
  28. "$import",
  29. "$variable",
  30. "$include"
  31. ],
  32. [
  33. "position",
  34. "top",
  35. "right",
  36. "bottom",
  37. "left",
  38. "z-index",
  39. "display",
  40. "flex",
  41. "flex-basis",
  42. "flex-direction",
  43. "flex-flow",
  44. "flex-grow",
  45. "flex-shrink",
  46. "flex-wrap",
  47. "justify-content",
  48. "order",
  49. "box-align",
  50. "box-flex",
  51. "box-orient",
  52. "box-pack",
  53. "align-content",
  54. "align-items",
  55. "align-self",
  56. "columns",
  57. "column-gap",
  58. "column-fill",
  59. "column-rule",
  60. "column-span",
  61. "column-count",
  62. "column-width",
  63. "vertical-align",
  64. "float",
  65. "clear",
  66. "box-sizing",
  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. "margin-collapse",
  79. "margin-top-collapse",
  80. "margin-right-collapse",
  81. "margin-bottom-collapse",
  82. "margin-left-collapse",
  83. "padding",
  84. "padding-top",
  85. "padding-right",
  86. "padding-bottom",
  87. "padding-left",
  88. "appearance",
  89. "opacity",
  90. "filter",
  91. "visibility",
  92. "size",
  93. "resize",
  94. "zoom",
  95. "transform",
  96. "transform-box",
  97. "transform-origin",
  98. "transform-style",
  99. "outline",
  100. "outline-color",
  101. "outline-offset",
  102. "outline-style",
  103. "outline-width",
  104. "border",
  105. "border-top",
  106. "border-right",
  107. "border-bottom",
  108. "border-left",
  109. "border-width",
  110. "border-top-width",
  111. "border-right-width",
  112. "border-bottom-width",
  113. "border-left-width",
  114. "border-style",
  115. "border-top-style",
  116. "border-right-style",
  117. "border-bottom-style",
  118. "border-left-style",
  119. "border-radius",
  120. "border-top-left-radius",
  121. "border-top-right-radius",
  122. "border-bottom-right-radius",
  123. "border-bottom-left-radius",
  124. "border-radius-topleft",
  125. "border-radius-topright",
  126. "border-radius-bottomright",
  127. "border-radius-bottomleft",
  128. "border-color",
  129. "border-top-color",
  130. "border-right-color",
  131. "border-bottom-color",
  132. "border-left-color",
  133. "border-collapse",
  134. "border-spacing",
  135. "background",
  136. "background-image",
  137. "background-color",
  138. "background-attachment",
  139. "background-clip",
  140. "background-origin",
  141. "background-position",
  142. "background-repeat",
  143. "background-size",
  144. "box-shadow",
  145. "animation",
  146. "animation-delay",
  147. "animation-duration",
  148. "animation-iteration-count",
  149. "animation-name",
  150. "animation-play-state",
  151. "animation-timing-function",
  152. "animation-fill-mode",
  153. "transition",
  154. "transition-delay",
  155. "transition-duration",
  156. "transition-property",
  157. "transition-timing-function",
  158. "content",
  159. "list-style",
  160. "list-style-image",
  161. "list-style-position",
  162. "list-style-type",
  163. "overflow",
  164. "overflow-x",
  165. "overflow-y",
  166. "clip",
  167. "font",
  168. "font-family",
  169. "font-size",
  170. "font-smoothing",
  171. "osx-font-smoothing",
  172. "font-style",
  173. "font-variant",
  174. "font-weight",
  175. "src",
  176. "word-spacing",
  177. "letter-spacing",
  178. "line-height",
  179. "color",
  180. "direction",
  181. "text-align",
  182. "text-decoration",
  183. "text-indent",
  184. "text-overflow",
  185. "text-rendering",
  186. "text-size-adjust",
  187. "text-shadow",
  188. "text-transform",
  189. "white-space",
  190. "word-break",
  191. "word-wrap",
  192. "hyphens",
  193. "quotes",
  194. "pointer-events",
  195. "cursor",
  196. "backface-visibility",
  197. "caption-side",
  198. "empty-cells",
  199. "table-layout",
  200. "user-select",
  201. "interpolation-mode",
  202. "marks",
  203. "page",
  204. "set-link-source",
  205. "unicode-bidi",
  206. "speak"
  207. ]
  208. ]
  209. }
Add Comment
Please, Sign In to add comment