summaryrefslogtreecommitdiffstats
path: root/postcss.config.js
blob: 97f9abbdbaa7398fa94470b0a6748f1e69380a35 (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
  plugins: [
    require("cssnano")({
      preset: "default",
    }),
  ],
};