Basic setup for a Typescript Node.js (or runtime agnostic) library.
npm install tailwind-stacks-rowsSimple Tailwind shortcut utilities to define "stacks" and "rows", i.e.:
``html`
is equivalent to ...
`html`
`sh`
$ npm install -D tailwind-stacks-rows
$ pnpm add -D tailwind-stacks-rows
In your tailwind.config.js file, add the plugin:
`js``
const config = {
// ...
plugins: [
require('tailwind-stacks-rows'),