Skip to content

tanin47/sass_fix_ie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

It automatically includes zoom:1 and *display:inline for you, when you have display: inline-block. This is to fix the inline-block problem on IE7.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages