MarioRicalde / SCSS.tmbundle

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

Negative value passed to transform mixin is not allowed #108

Closed pepelsbey closed 11 years ago

pepelsbey commented 11 years ago
.name {
    @include transform(translateY(-50%));
    }

Minus is highlighted as an error.