fix tailwind

This commit is contained in:
2025-09-18 10:30:12 -05:00
parent 5e1d320fa9
commit 619dfdfa11
6 changed files with 1786 additions and 2 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "nkode-landing-page",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tailwindcss/cli": "^4.1.13",
"tailwindcss": "^4.1.13"
}
}