Closed somebody32 closed 13 years ago
I've merged this. Just had one question though. Escaping :invalid is necessary ...
\:invalid
... but escaping the webkit specific code is not?
::-webkit-input-placeholder
I just want to make sure that doesn't need to be:
\::-webkit-input-placeholder
Sorry, it's not a compass problem, it looks like sass parse :invalid like a property, but ::-webkit-input-placeholder is ok because of double colons
Cool, was just curious why one needed escaping but the other not. Thanks for clarifying, and thanks for the patch! :)
Hello
I've updated _formalize.sass a little bit so it compiles now without any warnings with compass > 0.11.1