akemi/tailwind #1

Merged
chopper merged 4 commits from akemi/tailwind into main 2024-03-04 16:40:37 -07:00
3 changed files with 2321 additions and 0 deletions
Showing only changes of commit 9f2768acd6 - Show all commits

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"
}
}