Browse Source

npm: package updates

pull/1239/head
NPM Update Bot 2 years ago
parent
commit
264d66209a
  1. 8
      src/package-lock.json
  2. 2
      src/package.json
  3. 18
      src/www/css/app.css

8
src/package-lock.json

@ -18,7 +18,7 @@
},
"devDependencies": {
"eslint-config-athom": "^3.1.3",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
},
"engines": {
"node": "18"
@ -4719,9 +4719,9 @@
"peer": true
},
"node_modules/tailwindcss": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
"integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz",
"integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==",
"dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",

2
src/package.json

@ -22,7 +22,7 @@
},
"devDependencies": {
"eslint-config-athom": "^3.1.3",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
},
"nodemonConfig": {
"ignore": [

18
src/www/css/app.css

@ -1,5 +1,5 @@
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.5 | MIT License | https://tailwindcss.com
*/
/*
@ -766,10 +766,6 @@ video {
display: none;
}
.h-1 {
height: 0.25rem;
}
.h-10 {
height: 2.5rem;
}
@ -778,10 +774,6 @@ video {
height: 3rem;
}
.h-14 {
height: 3.5rem;
}
.h-2 {
height: 0.5rem;
}
@ -794,10 +786,6 @@ video {
height: 0.75rem;
}
.h-32 {
height: 8rem;
}
.h-4 {
height: 1rem;
}
@ -911,10 +899,6 @@ video {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-center {
align-items: center;
}

Loading…
Cancel
Save