newsbox/postcss.config.js

6 lines
74 B
JavaScript
Raw Permalink Normal View History

2023-02-15 16:56:06 +00:00
module.exports = {
plugins: [
require('autoprefixer')
]
}