stylus/property-no-unknown
disallow unknown properties.
- ⚙️ This rule is included in
"stylelint-stylus/recommended"
and"stylelint-stylus/standard"
. (options:true
)
📖 Rule Details
This rule reports unknown properties.
❓ Why Not Use stylelint
Rule
The property-no-unknown rule incorrectly report errors in Stylus.
This problem is that the core rules do not understand that variables and interpolations of the Stylus.
The stylus/property-no-unknown
rule understands that variables and interpolations of the Stylus.
🔧 Options
See stylelint - property-no-unknown - Options.