Created
June 26, 2024 13:26
-
-
Save PaulieScanlon/9f9132c79a97fc673b07bed40b8d3285 to your computer and use it in GitHub Desktop.
Example styled-components generated class
This file contains hidden or 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
.hcJJXU { | |
background: transparent; | |
border-radius: 3px; | |
border: 1px solid var(--accent-color); | |
color: var(--accent-color); | |
display: inline-block; | |
margin: 0.5rem 1rem; | |
padding: 0.5rem 0px; | |
transition: all 200ms ease-in-out 0s; | |
width: 11rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment