Skip to content

Commit

Permalink
chore: use same color notation as main repo (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-sethuraman committed Nov 4, 2022
1 parent 84ef860 commit 1949191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .stylelintrc.js
@@ -1,9 +1,9 @@
module.exports = {
extends: ["stylelint-config-standard-scss"],
rules: {
"alpha-value-notation": null,
"alpha-value-notation": "number",
"at-rule-empty-line-before": null,
"color-function-notation": null,
"color-function-notation": "legacy",
"color-hex-case": null,
"custom-property-empty-line-before": null,
"custom-property-pattern": null,
Expand All @@ -12,7 +12,7 @@ module.exports = {
}],
"declaration-block-no-redundant-longhand-properties": null,
"declaration-block-no-shorthand-property-overrides": null,
"hue-degree-notation": null,
"hue-degree-notation": "number",
indentation: 4,
"max-line-length": null,
"no-descending-specificity": null,
Expand Down

0 comments on commit 1949191

Please sign in to comment.