Skip to content

Commit df581b8

Browse files
committed
plugin
1 parent 17be4ec commit df581b8

File tree

6 files changed

+1533
-0
lines changed

6 files changed

+1533
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dist
2+
node_modules

package.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"author": "Scott Bedard",
3+
"description": "Tailwind utilities for working with dialog elements",
4+
"devDependencies": {
5+
"esbuild": "^0.21.5",
6+
"rollup": "^4.18.0",
7+
"rollup-plugin-dts": "^6.1.1",
8+
"rollup-plugin-esbuild": "^6.1.1",
9+
"tailwindcss": "^3.4.4"
10+
},
11+
"license": "MIT",
12+
"main": "dist/tailwindcss-dialogs.js",
13+
"module": "dist/tailwindcss-dialogs.mjs",
14+
"name": "@bedard/tailwindcss-dialogs",
15+
"scripts": {
16+
"build": "rollup -c"
17+
},
18+
"typings": "dist/tailwindcss-dialogs.d.ts",
19+
"version": "0.1.0"
20+
}

0 commit comments

Comments
 (0)