@wonderflow/config
v14.0.8
Published
Wanda design system shared configurations
Downloads
435
Maintainers
Readme
Wanda Shared Configurations
This repository contains the source code of the Wanda design system shared configurations.
npm i @wonderflow/config
Configurations
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;