mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 12:15:28 +00:00
fix: remove 100vh fix
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -13433,12 +13433,6 @@
|
||||
"source-map": "^0.6.1"
|
||||
}
|
||||
},
|
||||
"postcss-100vh-fix": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/postcss-100vh-fix/-/postcss-100vh-fix-1.0.2.tgz",
|
||||
"integrity": "sha512-t7vqk9AfjI4fXmWlQCEiMZFFhi1hro4WlECINI1TV6Qh1XapUJE++gCmNr95F5Hen/+bz1OmO+SiSB9TZmFmSg==",
|
||||
"dev": true
|
||||
},
|
||||
"postcss-calc": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.0.0.tgz",
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
"outdent": "^0.8.0",
|
||||
"plop": "^2.7.4",
|
||||
"postcss": "^8.2.13",
|
||||
"postcss-100vh-fix": "^1.0.2",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"postcss-custom-media": "^8.0.0",
|
||||
"postcss-custom-properties": "^11.0.0",
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = {
|
||||
require('postcss-extend'),
|
||||
require('postcss-media-minmax'),
|
||||
require('postcss-custom-media'),
|
||||
require('postcss-100vh-fix'),
|
||||
require('postcss-sort-media-queries')(),
|
||||
require('autoprefixer'),
|
||||
...(process.env.ELEVENTY_ENV === 'production' ? [require('cssnano')] : []),
|
||||
|
||||
Reference in New Issue
Block a user