https://github.com/ameistad/tailwind-colors
Tailwind CSS color configration tool
https://github.com/ameistad/tailwind-colors
tailwindcss vue
Last synced: about 1 month ago
JSON representation
Tailwind CSS color configration tool
- Host: GitHub
- URL: https://github.com/ameistad/tailwind-colors
- Owner: ameistad
- License: mit
- Created: 2019-07-12T20:42:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T11:31:17.000Z (over 2 years ago)
- Last Synced: 2024-09-24T14:03:38.185Z (5 months ago)
- Topics: tailwindcss, vue
- Language: Vue
- Homepage: https://tailwind-colors.meidev.co
- Size: 1 MB
- Stars: 116
- Watchers: 2
- Forks: 13
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tailwind-colors
A tool to edit colors for Tailwind CSS made with Vue - https://tailwind-colors.meidev.co## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```