tailwind-modus
Version:
Tailwindcss plugin to add a Modus theme
30 lines (29 loc) • 659 B
JSON
{
"name": "tailwind-modus",
"version": "0.0.3",
"description": "Tailwindcss plugin to add a Modus theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbend/tailwind-modus.git"
},
"keywords": [
"package",
"tailwind",
"tailwindcss",
"modus",
"theme"
],
"author": "Jeff Bendixsen",
"license": "ISC",
"bugs": {
"url": "https://github.com/jbend/tailwind-modus/issues"
},
"homepage": "https://github.com/jbend/tailwind-modus#readme",
"devDependencies": {
"tailwindcss": "^3.3.3"
}
}