-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove -webkit and -moz prefixes for border-radius, text-shadow #23
Comments
But not everyone don't use browsers modern. |
+1 with @tcelestino why don't use SMACSS ? |
from http://purecss.io/extend/
|
@tilomitra I don't know. Was just trying to clarify that SMACSS is being utilized. |
sorry, I wanted to talk to Compass |
Sorry guys, I'm not sure what the question is. Are you guys suggesting that we keep border-radius along with it's prefixes, and use some CSS pre-processor to add in the vendor prefixes on build-time? If so, we are looking into this. |
To me, this is part of a larger task to define the browser support we want for Pure and the "policy" we'll follow for how we want to support the modern, auto-updating browsers. Once that's define, then decisions like this one, and other vendor prefix ones, will be easier to make calls on. |
I created issue #36 |
@ericf I think when it comes to auto-updating browsers, we should always support the latest (n), and n-1. For the case of |
Sounds good. Just provide the data that clearly states this is the case in the commit message or something. I guess we're a bit out of the weeds on IE, since IE 9 went non-prefixed on these IIRC. The one caveat will be mobile browsers, does MobileSafari on iOS 5 fit this bill? What about the Android 4.0 (first release)? |
Removes browser prefixes for CSS properties that don't need prefixes in supported environments.
Fix for issue #23: Remove -webkit and -moz prefixes for older CSS3 properties.
#69 has been merged. Closing this… |
We don't need to prefix these anymore. All modern browsers support it. The only ones that don't are Android 2.3, but it's ok if they don't get rounded corners.
The text was updated successfully, but these errors were encountered: