tailwind-gutenberg-components
tailwind-gutenberg-components copied to clipboard
A Tailwind plugin for WordPress theme developers.
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'), //
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:...
Hi, How to use this plugin with Sage 10? Should I add it with Yarn and require it in tailwind.config.js?