1.0.1 • Published 6 months ago

tailwind-stacks-rows v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Simple Tailwind shortcut utilities to define "stacks" and "rows", i.e.:

<div class="stack-4"></div>

is equivalent to ...

<div class="flex flex-col gap-4"></div>

Usage

$ npm install -D tailwind-stacks-rows
$ pnpm add -D tailwind-stacks-rows

In your tailwind.config.js file, add the plugin:

const config = {
  // ...
  plugins: [
    require('tailwind-stacks-rows'),
1.0.1

6 months ago

1.0.0

7 months ago