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

postcss.config.js « exampleSite - github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffb2269ac8c776095d311bab2c31acd887bf9031 (plain)
1
2
3
4
5
6
7
module.exports = {
    plugins: [
        require('cssnano')({
            preset: 'default',
        }),
    ],
};