Add tailwind dependency

This commit is contained in:
Akemi Izuko 2024-03-03 00:31:31 -07:00
parent 131d5ca58e
commit 9f2768acd6
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
3 changed files with 2321 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules
*compiled*

2314
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"devDependencies": {
"tailwindcss": "^3.4.1"
}
}