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
- Host: GitHub
- URL: https://github.com/aganglada/util-css
- Owner: aganglada
- License: mit
- Created: 2015-07-26T15:51:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T17:55:09.000Z (almost 10 years ago)
- Last Synced: 2025-02-16T21:33:22.977Z (3 months ago)
- Topics: css, css-properties, util-css
- Language: CSS
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
* :)