-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Invalid CSS #1
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
Comments
I agree, the blueprint grids are overflow happy, & setting to hidden is not always the desired effect. Can this be abstracted out into a mixin unto itself? |
This property was added in blueprint 0.8 and I don't fully understand what it is trying to achieve. My goal is to have the blueprint port stay as true to blueprint proper as makes sense. I'm not inclined to make a change just to silence a validation error that is valid in css3 and likely harmless in css2 (browsers discard properties they don't understand). What, if any, real issue does this cause? |
Ok. I waited 5 days for further comments. Closing this issue. |
I ran my CSS against the W3C validator (http://jigsaw.w3.org/css-validator/validator), and got the following error:
Property overflow-x doesn't exist in CSS level 2.1 but exists in [css3] : hidden
This occurs on line 176 of the screen.css generated by the compass framework for Blueprint:
/* line 97, ../../../../../../../Library/Ruby/Gems/1.8/gems/chriseppstein-compass-0.6.5/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
The text was updated successfully, but these errors were encountered: