UNPKG

tailwind-color-adder

Version:

An automation script used to add all the colors variable from root css to tailwind for easy usage

34 lines (33 loc) 839 B
{ "name": "tailwind-color-adder", "version": "1.0.13", "description": "An automation script used to add all the colors variable from root css to tailwind for easy usage", "main": "index.js", "bin": "./index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/tanishchugh01/tailwind-color-adder.git" }, "keywords": [ "tailwind", "automation", "globalColors", "css", "nodejs", "cli", "regex", "react", "css-variable", "tailwind-plugin" ], "author": "tanishchugh01", "preferGlobal": true, "license": "MIT", "bugs": { "url": "https://github.com/tanishchugh01/tailwind-color-adder/issues" }, "homepage": "https://github.com/tanishchugh01/tailwind-color-adder#readme" }