MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
834 stars 110 forks source link

zoom is being flagged as invalid illegal #79

Closed smlombardi closed 12 years ago

smlombardi commented 12 years ago

I was using the Magnificent Clearfix, and the "zoom" attribute is being scoped as "invalid-illegal". Not sure if thats expected or not.

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */ .cf { zoom: 1; } .cf:before, .cf:after { content: ""; display: table; } .cf:after { clear: both; }

MarioRicalde commented 12 years ago

Implemented! Thanks!

smlombardi commented 12 years ago

Did you put the fix into package control? Since Upgrade Package shows nothing to update.

MarioRicalde commented 12 years ago

You're using Sublime?

smlombardi commented 12 years ago

Yes

On Thursday, May 24, 2012, Mario Kuroir Ricalde wrote:

You're using Sublime?


Reply to this email directly or view it on GitHub: https://github.com/kuroir/SCSS.tmbundle/issues/79#issuecomment-5920667

MarioRicalde commented 12 years ago

I pushed the fix only for TextMate, will try to merge it to Sublime in a bit ( I'm also using Sublime ). I forgot, hah. Sorry.