From 5134de696f36abbd23ec5f0649e7e7a91790cd05 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 16 Nov 2020 15:01:22 +0300 Subject: postcss-preset-env stage 0 is required for custom-media --- vnext/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 29af95b5..1c7ed6d2 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -48,7 +48,7 @@ module.exports = (env, argv) => { postcssOptions: { plugins: [ 'stylelint', - 'postcss-preset-env' + ['postcss-preset-env', { stage: 0 } ] ] } } -- cgit v1.2.3