kevin-montrose / More

A CSS Compiler
Microsoft Public License
42 stars 4 forks source link

background-position incorrectly treated as a math expression #7

Closed kevin-montrose closed 12 years ago

kevin-montrose commented 12 years ago

a { background-position: -10px -20px; }

gets converted to

a { background-position: -20px; }

Should have special handling like font's / syntax.