Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

README.md typo? #9

Open
therealgilles opened this issue Jan 12, 2021 · 1 comment
Open

README.md typo? #9

therealgilles opened this issue Jan 12, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@therealgilles
Copy link

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?
    }
  })
@Dioniggio
Copy link

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?
    }
  })

@kellymears kellymears added bug Something isn't working good first issue Good for newcomers labels Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants