postcss.config.js 89 B

123456
  1. module.exports = {
  2. plugins: {
  3. autoprefixer: {},
  4. 'postcss-100vh-fix': {},
  5. }
  6. }