Welcome to mirror list, hosted at ThFree Co, Russian Federation.

postcss.config.js - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a26de7e9f1a3029980e1a094e185d7fa6f93af15 (plain)
1
2
3
4
5
module.exports = {
    plugins: [
        require('autoprefixer')
    ]
}