0.0
No commit activity in last 3 years
No release in over 3 years
It automatically includes zoom:1 and *display:inline for you
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

SASS Extension to fix display:inline-block on IE

It automatically includes zoom:1 and *display:inline after every display: inline-block.

This is to fix the inline-block problem on IE7. In case you don't know, IE7 doesn't support display:inline-block on some elements.

Requirement

You are using sass gem or sass-rails gem

How to use it

In your Gemfile:

gem 'sass_fix_ie'

Author

Tanin Na Nakorn

License

Do What The Fuck You Want To Public License (http://sam.zoy.org/wtfpl/)

  1. You just DO WHAT THE FUCK YOU WANT TO.