feat: initialize project with package.json and Tailwind CSS setup
This commit is contained in:
parent
b0c6379ddd
commit
a0995281e6
2 changed files with 8 additions and 2468 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"name": "khy-website",
|
||||
"version": "1.0.0",
|
||||
"description": "KHY Furniture Website",
|
||||
"scripts": {
|
||||
"build": "npx tailwindcss -i ./src/input.css -o ./styles/main.css --minify",
|
||||
"dev": "npx tailwindcss -i ./src/input.css -o ./styles/main.css --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.17",
|
||||
"tailwindcss-textshadow": "^2.1.3"
|
||||
|
|
|
|||
2469
styles/main.css
2469
styles/main.css
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue