@maximbelyayev/tailwind-utopia
Version:
A Tailwind CSS plugin to generate utility classes for interpolated fluid type and space scales.
52 lines (51 loc) • 950 B
JSON
{
"name": "@maximbelyayev/tailwind-utopia",
"version": "1.0.0",
"description": "A Tailwind CSS plugin to generate utility classes for interpolated fluid type and space scales.",
"main": "index.js",
"files": [
"index.js",
"lib/"
],
"directories": {
"lib": "lib"
},
"scripts": {
"test": "npx standard"
},
"author": "Maxim Belyayev",
"contributors": [
{
"name": "Maxim Belyayev"
},
{
"name": "Dom Christie"
},
{
"name": "Chris Pymm"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/maximbelyayev/tailwind-utopia.git"
},
"keywords": [
"tailwindcss",
"tailwind",
"tailwindv4",
"tailwind4",
"v4",
"tailwindcss-plugin",
"fluid",
"typography",
"spacing",
"utopia"
],
"peerDependencies": {
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"standard": "^17.1.0"
}
}