Skip to content

Instantly share code, notes, and snippets.

@rifayetuxbd
Created December 24, 2021 09:22
Show Gist options
  • Save rifayetuxbd/d5c122a6d5d9ffb190efe59ec36b58be to your computer and use it in GitHub Desktop.
Save rifayetuxbd/d5c122a6d5d9ffb190efe59ec36b58be to your computer and use it in GitHub Desktop.
Clear all the css property from a element
/* Clear all css property from any element */
button {
all: unset /* This will remove all the css element from the button */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment