@codecademy/gamut-styles
17.14.017.14.1-alpha.0ee3d6.0
core/_typography.scss−
core/_typography.scssDeleted−36
Index: package/core/_typography.scss
===================================================================
--- package/core/_typography.scss
+++ package/core/_typography.scss
@@ -1,36 +0,0 @@
-// https://raw.githubusercontent.com/twbs/bootstrap/v4-dev/scss/_type.scss
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- margin-bottom: $margin-bottom-headings;
- font-weight: $font-weight-headings;
- line-height: $line-height-headings;
-}
-
-h1 {
- font-size: $font-size-h1;
-}
-h2 {
- font-size: $font-size-h2;
-}
-h3 {
- font-size: $font-size-h3;
-}
-h4 {
- font-size: $font-size-h4;
-}
-h5 {
- font-size: $font-size-h5;
-}
-h6 {
- font-size: $font-size-h6;
-}
-
-small {
- font-size: $font-size-small;
- font-weight: $font-weight-normal;
-}