Convenience utility for a quick styling workflow.
#### Installation 1. To install _Stylr_ just clone our repository in your project via ``git clone git@github.com:apibest/stylr.git`` 2. After cloning repository open its directory and install all dependencies via ``npm install``. If the error will has bee
## useStyles ```ts ( stylesheet: { [modifier: string]: { [namespace: string]: { [cssProperty: string]: string | number } } }, modifiers: object | object[] ) => { styles: object } ```