block-tailwindcss

A collection of utilities that make it easy to add Tailwindcss to WordPress block editor plugins and themes.


Keywords
wordpress, gutenberg, plugin, block, framework, scaffold
License
CNRI-Python-GPL-Compatible
Install
npm install block-tailwindcss@0.1.3

Documentation

Easily add Tailwindcss to a WordPress block editor plugin

This is a collection of utilities that make it easy to add Tailwindcss to your WordPress block editor plugin.

Installation

npm i @blockhandbook/block-tailwindcss --save-dev

This package assumes that your code will run in an ES2015+ environment.