utility css classes by aahvocado
npm install aah-util-cssThis utility now supports sass and needs updated documentation.
npm i aah-util-cssless cli installed.Create a definitions.less file and customize the variables like here https://github.com/aahvocado/aah-util-css/blob/master/definitions.less
Then create an app level less file. Example app.less:
```
@import 'definitions.less'; // create this
@import 'aah-util-css/all-util-styles.less'; // from an imported package
Then you should be able to compile the styles like so
lessc src/styles/app.less src/build/app.css`