Skip to content

Commit

Permalink
Remove SCSS related rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 11, 2023
1 parent ddcd757 commit 41520ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"stylelint-order"
],
"extends": [
"stylelint-config-standard",
"stylelint-config-standard-scss"
"stylelint-config-standard"
],
"customSyntax": "postcss-scss",
"rules": {
"order/order": [
{
Expand All @@ -33,10 +31,6 @@
}
],
"declaration-property-value-no-unknown": null,
"scss/at-mixin-argumentless-call-parentheses": null,
"scss/double-slash-comment-empty-line-before": null,
"scss/at-rule-conditional-no-parentheses": null,
"scss/dollar-variable-pattern": null,
"order/properties-alphabetical-order": true,
"alpha-value-notation": "number",
"declaration-block-no-redundant-longhand-properties": null,
Expand All @@ -58,7 +52,6 @@
"no-invalid-position-at-import-rule": null,
"declaration-no-important": true,
"comment-empty-line-before": null,
"scss/at-else-empty-line-before": "never",
"function-url-quotes": "always",
"unit-no-unknown": true,
"property-no-unknown": true,
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Fix flickering on iOS Safari and webkit browsers
* Remove width hack for mobile
* Add unit tests
* Remove SCSS related rules

### 1.1.7: 2023-03-11

Expand Down

0 comments on commit 41520ba

Please sign in to comment.