tailwind-gutenberg-components icon indicating copy to clipboard operation
tailwind-gutenberg-components copied to clipboard

A Tailwind plugin for WordPress theme developers.

Results 3 tailwind-gutenberg-components issues
Sort by recently updated
recently updated
newest added

I think it's supposed to be options and not theme for the paddingTop value below: ```JS const options = theme('gutenberg.blocks.cover') const cover = ({ '.wp-block-cover': { paddingTop: theme('gutenberg.spacing.vertical.default'), //

bug
good first issue

Hello! I'm new to tailwind and have been trying to get this plugin to work. I'm not sure what else to do after including the plugin through my tailwind.config.js `plugins:...

good first issue

Hi, How to use this plugin with Sage 10? Should I add it with Yarn and require it in tailwind.config.js?