packages/react-search-ui-views/postcss.config.js (
4
lines of code) (
raw
):
// Required for Vue example https://stackoverflow.com/a/49709493/4745802 import autoprefixer from "autoprefixer"; module.exports = { plugins: [autoprefixer()] };