I hereby claim:
- I am kilokeith on github.
- I am kilo_keith (https://keybase.io/kilo_keith) on keybase.
- I have a public key ASCQeBCumzsM-fGTSfRlmA0nugR6E9bdnVxVngx8Uilp8Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # In your compass config.rb, add the susy gem path to the requires - adjust for your own paths | |
| # Require any additional compass plugins here. | |
| require "/Users/keith/.rvm/gems/ruby-1.9.3-p194/gems/susy-1.0.5/lib/susy.rb" |
| .ie_rgba(@hex, @alpha:256){ | |
| @newhex: `"#" + (Math.round("@{alpha}" * 256)).toString(16) + "@{hex}"`; | |
| background: transparent; | |
| -ms-filter: ~'"progid:DXImageTransform.Microsoft.gradient(startColorstr=@{newhex},endColorstr=@{newhex})"'; /* IE8 */ | |
| filter: ~'progid:DXImageTransform.Microsoft.gradient(startColorstr=@{newhex},endColorstr=@{newhex})'; /* IE6 & 7 */ | |
| zoom: 1; | |
| } |