Skip to content

Commit

Permalink
Merge branch 'release/1.27.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Maat committed Jul 20, 2021
2 parents a3fe7b0 + 705a0a5 commit 4fb4fe3
Show file tree
Hide file tree
Showing 37 changed files with 1,815 additions and 2,181 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tabWidth": 2,
"useTabs": true,
"singleQuote": true
}
59 changes: 0 additions & 59 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,15 @@
"declaration-colon-space-before": "never",
"declaration-colon-space-after": "always",
"selector-combinator-space-after": "always",
"selector-combinator-space-before": "always",
"no-duplicate-selectors": true,
"declaration-block-no-duplicate-properties": true,
"declaration-empty-line-before": "never",
"length-zero-no-unit": true,
"value-list-comma-space-before": "never",
"value-list-comma-space-after": "always",
"no-eol-whitespace": true,
"selector-max-empty-lines": 0,
"block-opening-brace-newline-after": "always",
"block-opening-brace-space-before": "always",
"block-closing-brace-newline-before": "always",
"block-closing-brace-newline-after": "always",
"declaration-block-single-line-max-declarations": 1,
"declaration-block-semicolon-newline-before": "never-multi-line",
"declaration-block-semicolon-newline-after": "always",
Expand All @@ -43,64 +39,9 @@
"max-empty-lines": 1,
"no-extra-semicolons": true,
"no-missing-end-of-source-newline": true,
"rule-empty-line-before": "always",
"indentation": "tab",
"plugin/declaration-block-no-ignored-properties": true,
"selector-pseudo-element-colon-notation": "double",
"scale-unlimited/declaration-strict-value": [
[
"top",
"right",
"bottom",
"left",
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"/padding/",
"/width/",
"/height/",
"border",
"border-top",
"border-right",
"border-bottom",
"border-left",
"border-radius",
"border-width",
"box-shadow",
"/color/",
"font-family",
"font-size",
"line-height",
"opacity"
],
{
"ignoreKeywords": {
"top": ["0", "auto", "100%", "50%", "100vh"],
"right": ["0", "auto", "100%", "50%", "100vw"],
"bottom": ["0", "auto", "100%", "50%", "100vh"],
"left": ["0", "auto", "100%", "50%", "100vw"],
"margin": ["0"],
"margin-top": ["0"],
"margin-right": ["0", "auto"],
"margin-bottom": ["0"],
"margin-left": ["0", "auto"],
"/padding/": "0",
"/width/": ["100%", "0", "auto", "none", "min-content"],
"/height/": ["100%", "none", "auto", "0", "100vh", "min-content"],
"border": ["none", "0"],
"border-top": ["none", "0"],
"border-right": ["none", "0"],
"border-bottom": ["none", "0"],
"border-left": ["none", "0"],
"border-radius": ["100%", "50%", "0"],
"box-shadow": "none",
"/color/": ["currentColor", "transparent", "inherit", "none"],
"opacity": "0"
}
}
],
"order/order": [
"dollar-variables",
"custom-properties",
Expand Down
Loading

0 comments on commit 4fb4fe3

Please sign in to comment.