Skip to content

Commit

Permalink
feat!(GUI): refactored user interface (PR #2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
panaC authored Apr 20, 2024
1 parent 337c7d5 commit 045fd45
Show file tree
Hide file tree
Showing 467 changed files with 21,990 additions and 12,020 deletions.
31 changes: 7 additions & 24 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-standard-scss",
"rules": {
"declaration-block-no-redundant-longhand-properties": null,
"shorthand-property-no-redundant-values": null,
"scss/at-function-pattern": null,
"scss/dollar-variable-pattern": null,
"selector-class-pattern": null,
"scss/at-mixin-pattern": null,
"comment-empty-line-before": null,
"scss/double-slash-comment-empty-line-before": null,
"custom-property-pattern": null,
"selector-id-pattern": null,
"keyframes-name-pattern": null,
"property-no-vendor-prefix": null,
"value-no-vendor-prefix": null,
"number-max-precision": null,
"color-function-notation": null,
"alpha-value-notation": null,
"selector-attribute-quotes": null,
"function-url-quotes": null,
"font-family-name-quotes": null,
"no-descending-specificity": null,
"selector-not-notation": null,
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": ["define-mixin", "mixin", "include"]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": ["global"]
}
]
"keyframes-name-pattern": null
}
}
Loading

0 comments on commit 045fd45

Please sign in to comment.