Created
December 24, 2021 09:22
-
-
Save rifayetuxbd/d5c122a6d5d9ffb190efe59ec36b58be to your computer and use it in GitHub Desktop.
Clear all the css property from a element
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
/* 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