Setting up tailwinds-css for the options page

This commit is contained in:
Ryan Breen
2023-01-23 23:03:02 -05:00
parent 7537109c92
commit 25da1d0cab
10 changed files with 1472 additions and 8 deletions

View File

@@ -11,6 +11,7 @@
"scripts": {
"build": "./build.js",
"watch": "./build.js watch",
"watch-tailwind": "tailwindcss -i './Shared (Extension)/Resources/options.css' -o 'Shared (Extension)/Resources/options.build.css' --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
@@ -21,6 +22,7 @@
"nostr-tools": "^1.1.1"
},
"devDependencies": {
"prettier": "^2.8.3"
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4"
}
}
}