~cytrogen/masto-fe

ref: 96ba9cbc15c562529b2eba4892226dfe6455a349 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
96ba9cbc — Cytrogen Merge PR #64: Bookmark folders a month ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    "autoprefixer",
    env === "production" ? "cssnano" : "",
  ],
});