chinchang / hint.css

A CSS only tooltip library for your lovely websites.
https://kushagra.dev/lab/hint/
MIT License
8.42k stars 701 forks source link

Prefix all variables. #117

Closed CupOfTea696 closed 8 years ago

CupOfTea696 commented 8 years ago

Added the prefix hint- to all variables, useful when including hint.css with your own sass code, to prevent any variable clashes.

chinchang commented 8 years ago

@CupOfTea696 This makes sense. I have just one concern: The variables now have mixed hyphen and camelcases. Eg. $hint-textShadowDarkenAmount which bothers me. How about $hintTextShadowDarkenAmount?

chinchang commented 8 years ago

:+1: merged manually. Thanks.