MarioRicalde / SCSS.tmbundle

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

Some CSS Transforms properties aren't recognized #200

Open cvrebert opened 8 years ago

cvrebert commented 8 years ago

Example:

.foo {
  backface-visibility: hidden;
  perspective: 1000px;
}