mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Add back support for old browsers (#29654)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = ({ env }) => ({
|
||||
plugins: [
|
||||
'postcss-preset-env',
|
||||
'autoprefixer',
|
||||
env === 'production' ? 'cssnano' : '',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user