Iterate SpacePanel, fix tooltips and give consistent expanded states

This commit is contained in:
Michael Telatynski 2021-01-29 09:16:55 +00:00
parent 0d6f4794d0
commit 97925a6ad9
3 changed files with 11 additions and 0 deletions

View file

@ -227,6 +227,7 @@ module.exports = (env, argv) => {
require("postcss-easings")(),
require("postcss-strip-inline-comments")(),
require("postcss-hexrgba")(),
require("postcss-calc")({warnWhenCannotResolve: true}),
// It's important that this plugin is last otherwise we end
// up with broken CSS.