aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/postcss.config.js
blob: 9129aa1fcd656b7face2b2c757e7b1794bafeeeb (plain)
1
2
3
4
5
import postcssPresetEnv from "postcss-preset-env";

module.exports = {
  plugins: [postcssPresetEnv()],
};