fix: remove 100vh fix

This commit is contained in:
Stefan Imhoff
2021-12-30 19:20:43 +01:00
parent d4554d2311
commit ad137e8d11
3 changed files with 0 additions and 8 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -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')] : []),