Skip to content
Snippets Groups Projects
Commit 7ebfd5a7 authored by khawkins98's avatar khawkins98
Browse files

Utility classes to size fonts #113

parent 5529844c
No related branches found
No related tags found
No related merge requests found
......@@ -104,4 +104,10 @@
.padding-bottom-medium { padding-bottom: .5rem; }
.padding-bottom-large { padding-bottom: 1rem; }
.padding-bottom-xlarge { padding-bottom: 2rem; }
// Utility classes to size fonts
// Issue: https://github.com/ebiwd/EBI-Framework/issues/113
@for $i from 0 through 20 {
.size-#{$i*25} { font-size: 25%*$i; }
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment