~cytrogen/masto-fe

ref: a9ba8263a072cdf16a18dbfc0ec8e359f308d9aa masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a9ba8263 — renovate[bot] Update mcr.microsoft.com/devcontainers/ruby Docker tag to v1 (#25613) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});