@brewry/tailwind-preset

Tailwind preset for Brewry

Usage no npm install needed!

<script type="module">
  import brewryTailwindPreset from 'https://cdn.skypack.dev/@brewry/tailwind-preset';
</script>

README

@brewry/tailwind-preset

This is a tailwindcss configuration that is shared across all @brewry projects.

Installation

$ yarn add -D @brewry/tailwind-preset

Usage

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

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