This is a tailwindcss configuration that is shared across all WEG+ projects.
$ npm i @paeljo/wegplus-tailwind-preset
You can use this preset by putting this in your project's tailwind.config.js
:
module.exports = {
presets: [require('@paeljo/wegplus-tailwind-preset')],
theme: { ... }
}