atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 162 B view raw
1const postcssPresetEnv = require('postcss-preset-env'); 2 3module.exports = { 4 plugins: [ 5 postcssPresetEnv({ 6 stage: 2, 7 browsers: "firefox >= 92" }), 8 ] 9}