~cytrogen/masto-fe

ref: 20a89f1c8eefa0f766a4650be4d2e5f1fa92ee71 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
20a89f1c — Cytrogen [feature] Bookmark folders UI a month ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    "autoprefixer",
    env === "production" ? "cssnano" : "",
  ],
});