b
Size: a a a
b
b
const easyImport = require('postcss-easy-import')
const autoprefixer = require('autoprefixer')
const cssnano = require('cssnano')
module.exports = {
plugins: [
easyImport({ prefix: '_' }), // Keep this first
autoprefixer(), // So imports are auto-prefixed too
cssnano()
]
}
▲R
▲R
C🐝
L
L
L
🦜
🦜
🦜
L
L
🦜
🦜
L
L
L
🦜
🦜