SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 62 forks source link

Unknown properties #396

Open sigorilla opened 7 years ago

sigorilla commented 7 years ago

Hi!

Stylint doesn't know property -webkit-print-color-adjust. Can you fix this?

Code:

div {
    -webkit-print-color-adjust: exact;
}

Output:

2:38  error  always use brackets when defining selectors  brackets
2:4   error  property is not valid                        valid 

Or, for example -ms-high-contrast-adjust property

ryuran commented 6 years ago

Same for font-display. I add it in the customProperties option it solve this error.

Attention : customProperties option is alias of mixins, if both are declared only the last one is used.