5 lines
74 B
JavaScript
Raw Permalink Normal View History

2024-07-15 13:04:02 +02:00
module.exports = {
plugins: [
require('autoprefixer')
]
};