tailwindcss-bg-breakpoint
Version:
A customizable Tailwind CSS plugin that responsively changes the background color based on screen size.
27 lines (26 loc) • 773 B
JSON
{
"name": "tailwindcss-bg-breakpoint",
"version": "1.0.3",
"description": "A customizable Tailwind CSS plugin that responsively changes the background color based on screen size.",
"main": "index.js",
"author": "tuffstuff9",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tuffstuff9/tailwindcss-bg-breakpoint"
},
"homepage": "https://github.com/tuffstuff9/tailwindcss-bg-breakpoint",
"bugs": "https://github.com/tuffstuff9/tailwindcss-bg-breakpoint/issues",
"peerDependencies": {
"tailwindcss": "^1.0 || ^2.0 || ^3.0"
},
"keywords": [
"tailwindcss",
"tailwind",
"tailwind-plugin",
"tailwind-theme",
"tailwind-extension",
"tailwind-utilities",
"tailwind-background-plugin"
]
}