mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Did a lot of styling on letter & register view; introduced a new accent color. Added scroll and submit vutton, TODO style submit button
This commit is contained in:
@@ -4,14 +4,23 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"css:build": "npx tailwind build ./wwwroot/css/site.css -o ./wwwroot/css/output.css"
|
||||
"css_build": "npx postcss wwwroot/css/site.css -o wwwroot/css/output.css",
|
||||
"watch": "watch 'npm run css_build'"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.7",
|
||||
"postcss": "^8.4.13",
|
||||
"cssnano": "^5.1.11",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-cli": "^9.1.0",
|
||||
"tailwindcss": "^3.0.24"
|
||||
},
|
||||
"dependencies": {
|
||||
"watch": "^1.0.2"
|
||||
},
|
||||
"watch": {
|
||||
"css_build": "wwwroot/css/site.css"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user