Skip to content

Instantly share code, notes, and snippets.

@chalkygames123
Created December 10, 2025 01:02
Show Gist options
  • Select an option

  • Save chalkygames123/4e8550755ce94cc21c7a58c27eab8980 to your computer and use it in GitHub Desktop.

Select an option

Save chalkygames123/4e8550755ce94cc21c7a58c27eab8980 to your computer and use it in GitHub Desktop.
: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