tailwindcss-first-child
Version:
TailwindCSS Plugin that adds a first-child variant
24 lines (23 loc) • 633 B
JSON
{
"name": "tailwindcss-first-child",
"version": "1.0.0",
"description": "TailwindCSS Plugin that adds a first-child variant ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klickreflex/tailwindcss-first-child.git"
},
"keywords": [
"tailwindcss",
"utility-first"
],
"author": "Daniel Wentsch",
"license": "MIT",
"bugs": {
"url": "https://github.com/klickreflex/tailwindcss-first-child/issues"
},
"homepage": "https://github.com/klickreflex/tailwindcss-first-child#readme"
}