postcss.config.cjs 128 B

1234567
  1. const postcssConfig = require("@hoppscotch/ui/postcss.config")
  2. const config = {
  3. ...postcssConfig,
  4. }
  5. module.exports = config