chore: remove .opacity() mixin as it is supported cross-browser

This commit is contained in:
Julian Lam
2021-10-27 12:35:10 -04:00
parent bf20965f0b
commit 28efcb59cb
4 changed files with 4 additions and 11 deletions

View File

@@ -228,7 +228,7 @@ Minifier.js.minifyBatch = async function (scripts, fork) {
actions.buildCSS = async function buildCSS(data) {
const lessOutput = await less.render(data.source, {
paths: data.paths,
javascriptEnabled: true,
javascriptEnabled: false,
});
const postcssArgs = [autoprefixer];