@wonderflow/config

Wanda design system shared configurations

Usage no npm install needed!

<script type="module">
  import wonderflowConfig from 'https://cdn.skypack.dev/@wonderflow/config';
</script>

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;