0.5.3 • Published 4 years ago

aah-util-css v0.5.3

Weekly downloads
8
License
ISC
Repository
github
Last release
4 years ago

aah-util-css

This is a work in progress, and is still incomplete. This utility css uses less for the framework.

This utility now supports sass and needs updated documentation.

usage

npm i aah-util-css

customizing

You can use it as is, or if you want to customize the colors you'll to have less 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

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago