Skip to content

Instantly share code, notes, and snippets.

@alfredomtzrmz
Created February 26, 2020 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredomtzrmz/3c1d6a3d7e0ca2097f1fbf746668950f to your computer and use it in GitHub Desktop.
Save alfredomtzrmz/3c1d6a3d7e0ca2097f1fbf746668950f to your computer and use it in GitHub Desktop.
Tailwind Specificity Example
button.btn {
/* Mayor especificidad incluso en pantallas de más de 20px */
font-size: 16px;
}
@media screen and (min-width: 20px) {
.large-text {
font-size: 40px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment