tailwindtouno
Version:
Convert any tailwind plugin to unocss preset
26 lines (25 loc) • 505 B
JSON
{
"name": "tailwindtouno",
"version": "1.1.0",
"description": "Convert any tailwind plugin to unocss preset",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Cap-go/tailwindtouno.git"
},
"bugs": {
"url": "https://github.com/Cap-go/tailwindtouno/issues"
},
"scripts": {
"test": "vitest"
},
"keywords": [
"tailwind",
"tailwindcss",
"uno",
"unocss",
"convert"
],
"author": "MartinDonadieu",
"license": "MIT"
}