Skip to content

Commit e58cd1f

Browse files
committed
Add new default home page fallback
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent cb39edb commit e58cd1f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
"modernizr": "^3.6.0",
137137
"optimize-css-assets-webpack-plugin": "^5.0.3",
138138
"postcss-extend": "^1.0.5",
139+
"postcss-hexrgba": "^2.0.0",
139140
"postcss-import": "^12.0.1",
140141
"postcss-loader": "^3.0.0",
141142
"postcss-mixins": "^6.2.3",

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ module.exports = (env, argv) => {
182182

183183
require("postcss-simple-vars")(),
184184
require("postcss-strip-inline-comments")(),
185+
require("postcss-hexrgba")(),
185186

186187
// It's important that this plugin is last otherwise we end
187188
// up with broken CSS.
@@ -219,6 +220,7 @@ module.exports = (env, argv) => {
219220
require("postcss-mixins")(),
220221
require("postcss-easings")(),
221222
require("postcss-strip-inline-comments")(),
223+
require("postcss-hexrgba")(),
222224

223225
// It's important that this plugin is last otherwise we end
224226
// up with broken CSS.

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8964,6 +8964,13 @@ postcss-gap-properties@^2.0.0:
89648964
dependencies:
89658965
postcss "^7.0.2"
89668966

8967+
postcss-hexrgba@^2.0.0:
8968+
version "2.0.0"
8969+
resolved "https://registry.yarnpkg.com/postcss-hexrgba/-/postcss-hexrgba-2.0.0.tgz#1bdae7640047470b6935d8b0e5369f4acc987eb5"
8970+
integrity sha512-qZmURatbgathSg00kCAKG4h6iUwKnRbhMMWNN6V5u4NTKjuTplxi+CrhbHvQ8BNulTA4B51/RIWnNIoulJIDlg==
8971+
dependencies:
8972+
postcss "^7.0.14"
8973+
89678974
postcss-html@^0.36.0:
89688975
version "0.36.0"
89698976
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204"

0 commit comments

Comments
 (0)