Skip to content

Commit

Permalink
docs: improve prefer-logical-property docs
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Feb 26, 2025
1 parent d0f1908 commit 578729e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/rules/prefer-logical-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ This rule accepts an option object with the following properties:

- `allowProperties` (default: `[]`) - Specify an array of physical properties that are allowed to be used.
- `allowUnits` (default: `[]`) - Specify an array of physical units that are allowed to be used.

## When Not to Use It

If you aren't concerned with the use of logical properties, then you can safely disable this rule.

## Prior Art

- [stylelint-use-logical](https://github.com/csstools/stylelint-use-logical)

0 comments on commit 578729e

Please sign in to comment.