An open API service indexing awesome lists of open source software.

https://github.com/aganglada/util-css

CSS utils collection/generator
https://github.com/aganglada/util-css

css css-properties util-css

Last synced: 2 months ago
JSON representation

CSS utils collection/generator

Awesome Lists containing this project

README

        

# util-css
util-css package is a collection of classes based in css properties

# install

```
npm install util-css
````

# Syntax

util-css uses util sysntax to construct their class names. Here is an example

```
.u-[property]--[value]
.u-display--none
```

# Usage

* Add the properties css files you want to your project styles
* Use them as syntax requires (.u-)

```


Hello world


Hello world

```

# Contribute

* fork the repository
* go to /generator/files
* Add the ones you think I'm missing (Pllease follow the syntax)
* run `npm run generate`
* It'll generate the files
* Make me a pull request
* I will review it and accept it a soon is possible
* Enjoy or style!
* :)