Michael Hillerström
Michael Hillerström
Added a backward compatible possibility for extending with a subset of named methods.
Only `base-color` was in reality customisable as all other CSS-variables was inferred from this. This functionality has been preserved, but now all variables (`base-color`, `border-color`, `bg-color-header`, `bg-color-header-hover`, `bg-color-header-active`, and `bg-color-body`)...
Performing a `app.service('tmp').getEntries()` (inherited from `feathers-memory`) before using any command internally executing `ready()` will result in a `TypeError` (`Cannot convert undefined or null to object`). The problem resolves after first...