From 36bbb8317990022453b6127d90b11ffd5122d596 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 17 Apr 2023 09:57:40 +0300 Subject: Show search on horizontal mobile screen * stop using custom-media queries --- webpack.config.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index e191be0d..87483ead 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -48,9 +48,6 @@ module.exports = () => { plugins: [ [ 'postcss-preset-env', - { - 'stage': 0 - }, 'stylelint', 'autoprefixer', { -- cgit v1.2.3