suitcss / base

CSS base styles for web apps (a thin layer on top of normalize.css)
http://suitcss.github.io/base/test/
MIT License
194 stars 24 forks source link

Feat?: -webkit-appearance: none; #15

Closed jasonkuhrt closed 10 years ago

jasonkuhrt commented 10 years ago

Should we messing with -webkit-appearance at the base layer or nothing to "normalize" here?

In iOS:

Before (current): before

After: after

jasonkuhrt commented 10 years ago

@necolas Just a simple yes/no?

necolas commented 10 years ago

that kind of change is probably best left to the component layer rather than the base styles

jasonkuhrt commented 10 years ago

@necolas Ok, thanks for responding, eventually.