chennighan / jsCalc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefix css classes for namespacing.

opened this issue · comments

You should prefix your css classes with something unlikely to be duplicated so that they are namespaced to Jscalc (eg. .jsc_number_button instead of .number_button).

Thanks, that was a great idea. I've added those changes.