nathansmith / formalize

Teach your forms some manners!
http://formalize.me
1.31k stars 120 forks source link

Supress warnings from compass #29

Closed somebody32 closed 13 years ago

somebody32 commented 13 years ago

Hello

I've updated _formalize.sass a little bit so it compiles now without any warnings with compass > 0.11.1

nathansmith commented 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
somebody32 commented 13 years ago

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

nathansmith commented 13 years ago

Cool, was just curious why one needed escaping but the other not. Thanks for clarifying, and thanks for the patch! :)