Iterate SpacePanel, fix tooltips and give consistent expanded states
This commit is contained in:
parent
0d6f4794d0
commit
97925a6ad9
3 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue