Peradventure/static/css/pico/postcss.config.js

8 lines
98 B
JavaScript
Raw Normal View History

2024-03-18 19:06:37 -05:00
module.exports = {
map: false,
plugins: {
autoprefixer: {
cascade: false
}
}
}