Forked from replete/_lt-ie8-foundation-box-sizing.scss
Created
April 14, 2014 21:52
-
-
Save hcastanho/10685251 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @charset "UTF-8"; | |
| /*--------------------------------------------------------------- | |
| IE6-7 Box-sizing polyfill, for Zurb ruleset | |
| ˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍ | |
| https://gist.github.com/replete/7082518 | |
| 1) Requires box-sizing.htc from https://github.com/Schepp/box-sizing-polyfill | |
| ˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭*/ | |
| *, | |
| *:before, | |
| *:after, | |
| input[type="text"], | |
| input[type="password"], | |
| input[type="date"], | |
| input[type="datetime"], | |
| input[type="datetime-local"], | |
| input[type="month"], | |
| input[type="week"], | |
| input[type="email"], | |
| input[type="number"], | |
| input[type="search"], | |
| input[type="tel"], | |
| input[type="time"], | |
| input[type="url"], | |
| textarea, | |
| form.custom .custom.dropdown.open ul, | |
| form.custom .custom.dropdown.open.small ul, | |
| form.custom .custom.dropdown.open.medium ul, | |
| form.custom .custom.dropdown.open.large ul, | |
| hr, | |
| input[type="checkbox"], | |
| input[type="radio"], | |
| input[type="search"] | |
| { | |
| //Note: These selectors were manually chosen from Foundation 4's | |
| // compiled source with all plugins enabled. Will need checking after an upgrade. -- @replete | |
| *behavior: url(/scripts/vendor/boxsizing.htc); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment