https://github.com/CSSColorVars/csscolorvars
CSSColorVars (code generation interactive tool), which defines colors with CSS variables, improves the simplicity of the variables and the performance on a website.
https://github.com/CSSColorVars/csscolorvars
ecmascript localstorage vue vuepress vuex
Last synced: about 1 month ago
JSON representation
CSSColorVars (code generation interactive tool), which defines colors with CSS variables, improves the simplicity of the variables and the performance on a website.
- Host: GitHub
- URL: https://github.com/CSSColorVars/csscolorvars
- Owner: CSSColorVars
- License: mit
- Created: 2018-11-30T15:57:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T03:22:36.000Z (over 2 years ago)
- Last Synced: 2023-03-02T17:05:23.009Z (about 2 years ago)
- Topics: ecmascript, localstorage, vue, vuepress, vuex
- Language: Vue
- Homepage: https://csscolorvars.github.io/
- Size: 5.34 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
CSSColorVars (code generation interactive tool), which defines colors with CSS variables, improves the simplicity of the variables and the performance on a website.
![]()
No longer depend on CSS preprocessors to create color variables, use dynamic CSS variables.
The CSSColorVars interactive tool helps you create your colors with CSS variables and use dynamic functions CSS to apply lightness, darkness and transparency in the color variable.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```