Skip to content

Commit

Permalink
Merge pull request #13674 from vector-im/t3chguy/progress_colour
Browse files Browse the repository at this point in the history
Fix postcss order to allow mixin variables to work
  • Loading branch information
t3chguy committed May 14, 2020
2 parents 7246d9f + 99df2d3 commit 5b59c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ module.exports = (env, argv) => {
// Note that we use slightly different plugins for SCSS.

require('postcss-import')(),
require("postcss-mixins")(),
require("postcss-simple-vars")(),
require("postcss-extend")(),
require("postcss-nested")(),
require("postcss-mixins")(),
require("postcss-easings")(),
require("postcss-strip-inline-comments")(),
require("postcss-hexrgba")(),
Expand Down

0 comments on commit 5b59c67

Please sign in to comment.