mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-08 05:30:40 +01:00
chore: remove .opacity() mixin as it is supported cross-browser
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user