stylelint-config-rational-order
stylelint-config-rational-order copied to clipboard
Add inset (and sub-properties) to positioning
trafficstars
The positioning group was lacking the following CSS properties:
- inset
- inset-block
- inset-block-start
- inset-block-end
- inset-inline
- inset-inline-start
- inset-inline-end
These properties have been added right under position and above top.
Up