~cytrogen/masto-fe

ref: 5809fa395e81f60a7f447b9a512103f21e0e69d7 masto-fe/postcss.config.js -rw-r--r-- 140 bytes
5809fa39 — Cytrogen [feature] Login page improvements and i18n 11 days ago
                                                                                
1
2
3
4
5
6
7
module.exports = ({ env }) => ({
  plugins: [
    "postcss-nested",
    "autoprefixer",
    env === "production" ? "cssnano" : "",
  ],
});