Skip to content

Commit 924634a

Browse files
bump all packages
1 parent 26a7a6e commit 924634a

File tree

5 files changed

+352
-163
lines changed

5 files changed

+352
-163
lines changed

docs/description/scss_at-else-empty-line-before.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ a {
6666

6767
## Caveats
6868

69-
If you use autofix, this rule could clash with [`at-mixin-parentheses-space-before`](https://github.com/stylelint-scss/stylelint-scss/6.8.0/src/rules/at-mixin-parentheses-space-before/README.md) rule.
69+
If you use autofix, this rule could clash with [`at-mixin-parentheses-space-before`](https://github.com/stylelint-scss/stylelint-scss/6.11.1/src/rules/at-mixin-parentheses-space-before/README.md) rule.

docs/description/scss_declaration-property-value-no-unknown.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This rule is experimental with some false negatives that we'll patch in minor re
1717

1818
It sometimes overlaps with:
1919

20-
- [`color-no-invalid-hex`](https://github.com/stylelint-scss/stylelint-scss/6.8.0/src/rules/color-no-invalid-hex/README.md)
21-
- [`function-no-unknown`](https://github.com/stylelint-scss/stylelint-scss/6.8.0/src/rules/function-no-unknown/README.md)
22-
- [`string-no-newline`](https://github.com/stylelint-scss/stylelint-scss/6.8.0/src/rules/string-no-newline/README.md)
23-
- [`unit-no-unknown`](https://github.com/stylelint-scss/stylelint-scss/6.8.0/src/rules/unit-no-unknown/README.md)
20+
- [`color-no-invalid-hex`](https://github.com/stylelint-scss/stylelint-scss/6.11.1/src/rules/color-no-invalid-hex/README.md)
21+
- [`function-no-unknown`](https://github.com/stylelint-scss/stylelint-scss/6.11.1/src/rules/function-no-unknown/README.md)
22+
- [`string-no-newline`](https://github.com/stylelint-scss/stylelint-scss/6.11.1/src/rules/string-no-newline/README.md)
23+
- [`unit-no-unknown`](https://github.com/stylelint-scss/stylelint-scss/6.11.1/src/rules/unit-no-unknown/README.md)
2424

2525
If duplicate problems are flagged, you can turn off the corresponding rule.
2626

docs/description/scss_property-no-unknown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This rule ignores:
1818

1919
Use option `checkPrefixed` described below to turn on checking of vendor-prefixed properties.
2020

21-
The [`message` secondary option](https://github.com/stylelint-scss/stylelint-scss/6.8.0/docs/user-guide/configure.md#message) can accept the arguments of this rule.
21+
The [`message` secondary option](https://github.com/stylelint-scss/stylelint-scss/6.11.1/docs/user-guide/configure.md#message) can accept the arguments of this rule.
2222

2323
## Options
2424

0 commit comments

Comments
 (0)