chromaui / storybook-addon-pseudo-states

CSS pseudo-classes for Storybook
MIT License
88 stars 28 forks source link

pseudo-class in media query is not working #97

Closed satoren closed 8 months ago

satoren commented 9 months ago

The following css cannot be used

@media (max-width: 3000px) {
  .button:hover {
    text-decoration: underline;
  }
}

I am using tamagui and tried to apply hover, but tamagui adds the media query @media not all and (hover: none) to hover without fail, so I am looking for a workaround.