5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-17 22:20:49 +00:00
panel/postcss.config.js
f 74ec630377
agregar webpacker y actiontext
se llama webpacker y el logo no es un bulto!
2019-08-30 17:47:31 -03:00

13 lines
224 B
JavaScript

module.exports = {
plugins: [
require('postcss-import'),
require('postcss-flexbugs-fixes'),
require('postcss-preset-env')({
autoprefixer: {
flexbox: 'no-2009'
},
stage: 3
})
]
}