-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 773 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"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"
]
}