CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.77k stars 483 forks source link

Expected RBRACE when using turn units in angle. #662

Closed willsp closed 8 years ago

willsp commented 8 years ago

"turn" units give invalid syntax errors.

All other valid angle units seem to work fine.

a {
  transform: rotate(1turn);
}

reference