Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. {
  2. // Full list of supported options and acceptable values can be found here:
  3. // https://github.com/csscomb/csscomb.js/blob/master/doc/options.md
  4. "config":
  5. {
  6. "exclude": [
  7. ".git/**",
  8. "node_modules/**"
  9. ],
  10. "always-semicolon": true,
  11. "color-case": "lower",
  12. "block-indent": " ",
  13. "color-shorthand": true,
  14. "element-case": "lower",
  15. "eof-newline": true,
  16. "leading-zero": true,
  17. "quotes": "double",
  18. "space-before-colon": "",
  19. "space-after-colon": " ",
  20. "space-before-combinator": "",
  21. "space-after-combinator": " ",
  22. "space-between-declarations": "\n",
  23. "space-before-opening-brace": " ",
  24. "space-after-opening-brace": "\n",
  25. "space-after-selector-delimiter": "\n",
  26. "space-before-selector-delimiter": "",
  27. "space-before-closing-brace": "\n",
  28. "strip-spaces": false,
  29. "tab-size": true,
  30. "unitless-zero": true,
  31. "custom-sort": true,
  32. "sort-order": [
  33. "align-items",
  34. "align-self",
  35. "animation",
  36. "animation-delay",
  37. "animation-direction",
  38. "animation-duration",
  39. "animation-iteration-count",
  40. "animation-name",
  41. "animation-play-state",
  42. "animation-timing-function",
  43. "appearance",
  44. "background",
  45. "background-attachment",
  46. "background-clip",
  47. "background-color",
  48. "background-image",
  49. "background-origin",
  50. "background-position",
  51. "background-position-x",
  52. "background-position-y",
  53. "background-repeat",
  54. "background-size",
  55. "border",
  56. "border-bottom",
  57. "border-bottom-color",
  58. "border-bottom-image",
  59. "border-bottom-left-image",
  60. "border-bottom-left-radius",
  61. "border-bottom-right-image",
  62. "border-bottom-right-radius",
  63. "border-bottom-style",
  64. "border-bottom-width",
  65. "border-collapse",
  66. "border-color",
  67. "border-corner-image",
  68. "border-image",
  69. "border-image-outset",
  70. "border-image-repeat",
  71. "border-image-slice",
  72. "border-image-source",
  73. "border-image-width",
  74. "border-left",
  75. "border-left-color",
  76. "border-left-image",
  77. "border-left-style",
  78. "border-left-width",
  79. "border-radius",
  80. "border-right",
  81. "border-right-color",
  82. "border-right-image",
  83. "border-right-style",
  84. "border-right-width",
  85. "border-spacing",
  86. "border-style",
  87. "border-top",
  88. "border-top-color",
  89. "border-top-image",
  90. "border-top-left-image",
  91. "border-top-left-radius",
  92. "border-top-right-image",
  93. "border-top-right-radius",
  94. "border-top-style",
  95. "border-top-width",
  96. "border-width",
  97. "bottom",
  98. "box-decoration-break",
  99. "box-shadow",
  100. "box-sizing",
  101. "break-after",
  102. "break-before",
  103. "break-inside",
  104. "caption-side",
  105. "clear",
  106. "clip",
  107. "color",
  108. "column-count",
  109. "column-fill",
  110. "column-gap",
  111. "column-rule",
  112. "column-rule-color",
  113. "column-rule-style",
  114. "column-rule-width",
  115. "column-span",
  116. "column-width",
  117. "columns",
  118. "content",
  119. "counter-increment",
  120. "counter-reset",
  121. "cursor",
  122. "direction",
  123. "display",
  124. "empty-cells",
  125. "fill",
  126. "filter",
  127. "flex-align",
  128. "flex-basis",
  129. "flex-direction",
  130. "flex-flow",
  131. "flex-grow",
  132. "flex-order",
  133. "flex-pack",
  134. "flex-shrink",
  135. "flex-wrap",
  136. "float",
  137. "font",
  138. "font-family",
  139. "font-size",
  140. "font-size-adjust",
  141. "font-stretch",
  142. "font-style",
  143. "font-variant",
  144. "font-weight",
  145. "justify-content",
  146. "height",
  147. "hyphens",
  148. "left",
  149. "letter-spacing",
  150. "line-height",
  151. "list-style",
  152. "list-style-image",
  153. "list-style-position",
  154. "list-style-type",
  155. "margin",
  156. "margin-bottom",
  157. "margin-left",
  158. "margin-right",
  159. "margin-top",
  160. "max-height",
  161. "max-width",
  162. "max-zoom",
  163. "min-height",
  164. "min-width",
  165. "min-zoom",
  166. "nav-down",
  167. "nav-index",
  168. "nav-left",
  169. "nav-right",
  170. "nav-up",
  171. "opacity",
  172. "order",
  173. "orientation",
  174. "orphans",
  175. "outline",
  176. "outline-color",
  177. "outline-offset",
  178. "outline-style",
  179. "outline-width",
  180. "overflow",
  181. "overflow-x",
  182. "overflow-y",
  183. "padding",
  184. "padding-bottom",
  185. "padding-left",
  186. "padding-right",
  187. "padding-top",
  188. "page-break-after",
  189. "page-break-before",
  190. "page-break-inside",
  191. "pointer-events",
  192. "position",
  193. "quotes",
  194. "resize",
  195. "right",
  196. "src",
  197. "tab-size",
  198. "table-layout",
  199. "text-align",
  200. "text-align-last",
  201. "text-decoration",
  202. "text-emphasis",
  203. "text-emphasis-color",
  204. "text-emphasis-position",
  205. "text-emphasis-style",
  206. "text-indent",
  207. "text-justify",
  208. "text-outline",
  209. "text-overflow",
  210. "text-overflow-ellipsis",
  211. "text-overflow-mode",
  212. "text-shadow",
  213. "text-size-adjust",
  214. "text-transform",
  215. "text-wrap",
  216. "top",
  217. "transform",
  218. "transform-origin",
  219. "transition",
  220. "transition-delay",
  221. "transition-duration",
  222. "transition-property",
  223. "transition-timing-function",
  224. "unicode-bidi",
  225. "user-zoom",
  226. "vertical-align",
  227. "visibility",
  228. "white-space",
  229. "widows",
  230. "width",
  231. "word-break",
  232. "word-spacing",
  233. "word-wrap",
  234. "z-index",
  235. "zoom",
  236. "$variable",
  237. "$include",
  238. "$extend",
  239. "$import"
  240. ]
  241. }
  242. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement