diff options
author | Vitaly Takmazov | 2023-04-17 09:57:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-04-17 09:57:40 +0300 |
commit | 36bbb8317990022453b6127d90b11ffd5122d596 (patch) | |
tree | 337530d0c79cedec112644d4235d1c2ab6c788ef /webpack.config.js | |
parent | 9e1d5e49d1e10ee6703657165cd20024db2a6f73 (diff) |
Show search on horizontal mobile screen
* stop using custom-media queries
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
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', { |