@vismaux/tailwindcss-vud

Visma Unified Design (VUD) theme configuration for tailwindcss.
Usage
Note: This guide expects to have tailwindcss already in place.
If not, please refer to tailwindcss installation guide.
This package supports two different configurations:
- Complementary - for use together with
@vismaux/vud;
- Vanilla - standalone configuration of the VUD theme (not available yet).
Complementary (to @vismaux/vud)
- Install this package
npm i @vismaux/tailwindcss-vud -D;
- Add it to your
tailwind.config.js:
const { complementaryTheme } = require('@vismaux/tailwindcss-vud');
module.exports = {
theme: complementaryTheme,
prefix: 'tw-',
important: true,
corePlugins: {
fontFamily: false,
},
};
Vanilla
not available yet