0.10.0 • Published 2 years ago

@mayo-ui/tailwind-preset v0.10.0

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

Mayo UI

tailwindcss ready to go preset

Installation

Install the preset first:

yarn add @mayo-ui/tailwind-preset

Then just add preset to your tailwindcss.config.js:

module.exports = {
  presets: [require('@mayo-ui/tailwind-preset')],
}

That's it! Now you're able to use all the design tokens, like .text-headline-01 or .bg-leaf-500.

Notice about mono text styles

If you wanna to use .text-mono-01 or .text-mono-02 don't forget to add .font-mono class too, because we can't apply utilities which potentially don't exist by @apply to our utilities.

0.10.0

2 years ago

0.9.0

3 years ago

0.8.7

3 years ago

0.0.0

3 years ago