Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
const postcssConfig = require("@hoppscotch/ui/postcss.config")
|
|
|
|
const config = {
|
|
...postcssConfig,
|
|
}
|
|
|
|
module.exports = config
|