1.0.5 • Published 2 years ago

rupor-tailwind-config v1.0.5

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

RUPOR Tailwind config (Platform + Studio)

This is a tailwindcss configuration preset that is shared across all RUPOR projects.

Installation

$ yarn add rupor-tailwind-config

Usage

You can use this preset by putting this in your project's tailwind.config.js:

module.exports = {
  presets: [require('rupor-tailwind-config')],
  theme: { ... }
}