Open uglyeoin opened 8 years ago
https://github.com/CSSLint/csslint/wiki/Require-standard-property-with-vendor-prefix This article says we need to include vendor prefixes but follow on with border-radius: 6px for when all vendors implement the border radius property without prefixes.
It goes to follow therefore that the following should have gradient-linear: xxx following on from the vendor prefixes, or am I incorrect in my thinking? https://github.com/CSSLint/csslint/wiki/Require-all-gradient-definitions
I think you're right.
https://github.com/CSSLint/csslint/wiki/Require-standard-property-with-vendor-prefix This article says we need to include vendor prefixes but follow on with border-radius: 6px for when all vendors implement the border radius property without prefixes.
It goes to follow therefore that the following should have gradient-linear: xxx following on from the vendor prefixes, or am I incorrect in my thinking? https://github.com/CSSLint/csslint/wiki/Require-all-gradient-definitions