0.2.3 • Published 1 year ago

tw-block-dynamic v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Tailwind Block Template

Template to be used with the @wordpress/create-block script. Adds full Tailwind CSS support to the generated block.

Usage

Use the Tailwind template when creating a block as follows:

npx @wordpress/create-block test -t tw-block

Once the block plugin has been created just enter npm start to watch the files. Any changes to the block source code involving Tailwind classes will auto-compile!