stylelint-plugin-logical-css 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ physical property or value is found, it will be flagged.
|
|
|
66
66
|
#### Options
|
|
67
67
|
|
|
68
68
|
> Note: As of v0.13.0, the original `disable-auto-fix` option has been removed.
|
|
69
|
-
>
|
|
69
|
+
> Please use Stylelint's `disableFix` option instead.
|
|
70
70
|
|
|
71
71
|
| Option | Description |
|
|
72
72
|
| ------ | ------------------------------------------------------------- |
|
|
@@ -242,7 +242,7 @@ directions. Instead, this rule will enforce the logical equivalents, `vi` and
|
|
|
242
242
|
#### Options
|
|
243
243
|
|
|
244
244
|
> Note: As of v0.13.0, the original `disable-auto-fix` option has been removed.
|
|
245
|
-
>
|
|
245
|
+
> Please use Stylelint's `disableFix` option instead.
|
|
246
246
|
|
|
247
247
|
| Option | Description |
|
|
248
248
|
| ------ | -------------------------------------------------------- |
|