This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
postcss.config.js 74 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
module.exports = {
    plugins: [
        require('autoprefixer')
    ]
}