This is a tailwindcss configuration preset that is shared across all RUPOR projects.
$ yarn add rupor-tailwind-config
You can use this preset by putting this in your project's tailwind.config.js
:
module.exports = {
presets: [require('rupor-tailwind-config')],
theme: { ... }
}