solid-ui
solid-ui copied to clipboard
JSS function names are confusing
In https://github.com/solid/solid-ui/blob/master/src/jss/index.ts getClasses returns a StyleSheet object. getStyleSheet returns a Jss object. Wouldn't it be better to rename getClasses to getStyleSheet, and getStyleSheet to getJssObject?