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

Unrecognized vendor-prefixed properties #340

Open PhiLhoSoft opened 7 years ago

PhiLhoSoft commented 7 years ago

I have the following declarations:

                &:hover
                    $placeholder =  black
                    color $placeholder
                    &::-webkit-input-placeholder
                        color $placeholder

                    &:-moz-placeholder
                        color $placeholder

                    &::-moz-placeholder
                        color $placeholder

                    &:-ms-input-placeholder
                        color $placeholder

Stylint chokes on the -moz-placeholder lines with "57:7 colons warning unnecessary colon found" warning. Adding it to customProperties doesn't remove the issue.

cjpete commented 7 years ago

+1:

The following are problematic for me:

:-webkit-autofill :-moz-focusring