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

postcss.config.js - github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49d23e01d206d067841b1bf74bde82049ae34ffc (plain)
1
2
3
4
5
6
7
8
module.exports = {
    plugins: {
        "postcss-preset-env": {
            browsers: "last 2 versions"
        },
        autoprefixer: {}
    }
};