Created
December 10, 2025 01:02
-
-
Save chalkygames123/4e8550755ce94cc21c7a58c27eab8980 to your computer and use it in GitHub Desktop.
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
| :is(.no-transition, .no-transition *) { | |
| /* biome-ignore lint/complexity/noImportantStyles: because it is truly necessary */ | |
| transition: none !important; | |
| &::before, | |
| &::after { | |
| /* biome-ignore lint/complexity/noImportantStyles: because it is truly necessary */ | |
| transition: none !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment