rimarima/themes/hugo-liftoff/postcss.config.js

5 lines
70 B
JavaScript
Raw Normal View History

2023-11-17 09:54:41 +00:00
module.exports = {
plugins: [
require('autoprefixer')()
]
};