kevin-montrose / More

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

Pseudo class/element divide not respected #9

Closed kevin-montrose closed 12 years ago

kevin-montrose commented 12 years ago

More accepts ::element, but always emits :element.

More should accept both (as practically all browsers do and almost certainly always will), but warn on incorrect single or double colons; the correct version should always be emitted.