This repository contains the source code of the Wanda design system shared configurations.
npm i @wonderflow/config
This package provides a set of predefined Wanda's configurations which you can (and sometimes must) use in wonderflow projects.
Import postcssConfig
inside your local postcss.config.js
file. You can check the exported configuration here.
const { postcssConfig } = require("@wonderflow/config");
module.exports = postcssConfig;