Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Last active August 28, 2018 10:30
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 claudia-romano/fe8f4e18aeb3f71e6be281f83ee1d73e to your computer and use it in GitHub Desktop.
Save claudia-romano/fe8f4e18aeb3f71e6be281f83ee1d73e to your computer and use it in GitHub Desktop.
:root {
--icon-xs: 16px;
--icon-sm: 24px;
--icon-md: 32px;
--icon-lg: 48px;
--icon-xl: 64px;
}
/* icon size */
.icon--xs {
font-size: var(--icon-xs);
}
.icon--sm {
font-size: var(--icon-sm);
}
.icon--md {
font-size: var(--icon-md);
}
.icon--lg {
font-size: var(--icon-lg);
}
.icon--xl {
font-size: var(--icon-xl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment