diff options
author | Vitaly Takmazov | 2020-04-14 16:10:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-04-14 16:10:49 +0300 |
commit | f216eaa143febe357fb901f4e568e3f0a54cc7ce (patch) | |
tree | fe0e15fd9693ada27c8eb38e4eb509edfc9fc658 /webpack.config.js | |
parent | e8b26eab5c866893ede06a79f0977b8dc9add8eb (diff) |
Initial grid layout
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 5ecc5eb5..f20b9ff0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -48,7 +48,7 @@ module.exports = (env, argv) => { loader: 'postcss-loader', options: { plugins: () => [ require('stylelint')(), - require('postcss-preset-env')() + require('postcss-preset-env')({ stage: 0, autoprefixer: { grid: true } }) ] } } |