Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@wonderflow/config

wonderflow-bv5.2kApache-2.014.2.6TypeScript support: included

Wanda design system shared configurations

design-system, wonderflow, components, configurations

readme

Wanda Shared Configurations Wonderflow Logo

Release

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;