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