~cytrogen/masto-fe

ref: dab8d97f08108c2d71680e0462542953b54c6220 masto-fe/postcss.config.js -rw-r--r-- 140 bytes
dab8d97f — Cytrogen [feature] PWA installability (mobile) 5 days ago
                                                                                
1
2
3
4
5
6
7
module.exports = ({ env }) => ({
  plugins: [
    "postcss-nested",
    "autoprefixer",
    env === "production" ? "cssnano" : "",
  ],
});