UNPKG

tailwindcss-text-border

Version:

A tailwindcss plugin to enable text borders based on text-shadow property

35 lines (34 loc) 841 B
{ "name": "tailwindcss-text-border", "version": "1.0.4", "description": "A tailwindcss plugin to enable text borders based on text-shadow property", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/silveltman/tailwindcss-text-border.git" }, "publishConfig": { "access": "public" }, "keywords": [ "tailwindcss", "tailwind", "postcss", "text-border" ], "author": "Sil Veltman", "license": "ISC", "bugs": { "url": "https://github.com/silveltman/tailwindcss-text-border/issues" }, "homepage": "https://github.com/silveltman/tailwindcss-text-border#readme", "devDependencies": { "tailwindcss": "^3.1.3" }, "peerDependencies": { "tailwindcss": ">=2.0.0" } }