Skip to content

Instantly share code, notes, and snippets.

@alfredomtzrmz
Created February 26, 2020 02:59
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/568e3c09865e04015a03d1bc55f48a5d to your computer and use it in GitHub Desktop.
Save alfredomtzrmz/568e3c09865e04015a03d1bc55f48a5d to your computer and use it in GitHub Desktop.
Utility + componentized classes
/* Clases de compononentes */
.btn {
font-size: 16px;
}
/* Utility Classes */
.large-text {
@media screen and (min-width: 700px) {
font-size: 20px;
}
@media screen and (min-width: 700px) {
font-size: 24px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment