~cytrogen/masto-fe

ref: 5c79cd6cf732c348b3cf63e9e6c79d189e42d08d masto-fe/postcss.config.js -rw-r--r-- 140 bytes
5c79cd6c — Cytrogen [chore] Add .gstack/ to gitignore 7 days ago
                                                                                
1
2
3
4
5
6
7
module.exports = ({ env }) => ({
  plugins: [
    "postcss-nested",
    "autoprefixer",
    env === "production" ? "cssnano" : "",
  ],
});