Skip to content

Commit b647e35

Browse files
authored
Merge pull request element-hq#13049 from vector-im/t3chguy/default_home
Add new default home page fallback
2 parents 06bd9d1 + 7932ef6 commit b647e35

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

package.json

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

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
@@ -8969,6 +8969,13 @@ postcss-gap-properties@^2.0.0:
89698969
dependencies:
89708970
postcss "^7.0.2"
89718971

8972+
postcss-hexrgba@^2.0.0:
8973+
version "2.0.0"
8974+
resolved "https://registry.yarnpkg.com/postcss-hexrgba/-/postcss-hexrgba-2.0.0.tgz#1bdae7640047470b6935d8b0e5369f4acc987eb5"
8975+
integrity sha512-qZmURatbgathSg00kCAKG4h6iUwKnRbhMMWNN6V5u4NTKjuTplxi+CrhbHvQ8BNulTA4B51/RIWnNIoulJIDlg==
8976+
dependencies:
8977+
postcss "^7.0.14"
8978+
89728979
postcss-html@^0.36.0:
89738980
version "0.36.0"
89748981
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204"

0 commit comments

Comments
 (0)