Last active
March 6, 2023 09:48
-
-
Save nikolailehbrink/44ac36df9ee32f4b2a8334b5e6bb094d to your computer and use it in GitHub Desktop.
CSS attribute selector for inline height styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wp-block-spacer[style="height:6rem"] { | |
@apply max-sm:!h-8; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment