0.4.0 • Published 5 months ago

@gr4vy/poutine-tailwind-preset v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Poutine Tailwind Preset

Get Started

Tailwind preset allows you to use poutine design tokens as part of your tailwind utility css setup.

yarn add -D @gr4vy/poutine-tailwind-preset
// npm install --dev @gr4vy/poutine-tailwind-preset

You can add this to your tailwind configuration.

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

Using utilities

You can use the colors, font, spacing and radius utilities.

<div class="text-blue-70 hover:text-blue-90">

We recommend the official tailwind vscode plugin to get editor hints and auto-completion.

0.3.0

5 months ago

0.4.0

5 months ago

0.2.0

6 months ago

0.1.0

8 months ago