tailwind-gutenberg-components
tailwind-gutenberg-components copied to clipboard
README.md typo?
I think it's supposed to be options and not theme for the paddingTop value below:
const options = theme('gutenberg.blocks.cover')
const cover = ({
'.wp-block-cover': {
paddingTop: theme('gutenberg.spacing.vertical.default'), // <-- options?
}
})
I think you are right.
I think it's supposed to be options and not theme for the paddingTop value below:
const options = theme('gutenberg.blocks.cover') const cover = ({ '.wp-block-cover': { paddingTop: theme('gutenberg.spacing.vertical.default'), // <-- options? } })