Skip to content
Discussion options

You must be logged in to vote

@altano you can do something like this:

css({
    containerType: 'size',
    '@media (min-width: 10px)': {
      fontSize: 'xl',
      color: 'blue.300',
    },
    '@container (min-width: 10px)': {
      fontSize: '2xl',
      color: 'green.300',
    },
    '@supports (display: flex)': {
      fontSize: '3xl',
      color: 'red.300',
    },
  })

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@altano
Comment options

@astahmer
Comment options

Answer selected by altano
@altano
Comment options

@astahmer
Comment options

@altano
Comment options

@astahmer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants