This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
akkomafe-for-calckey/postcss.config.js

6 lines
66 B
JavaScript

module.exports = {
plugins: [
require('autoprefixer')
]
}