diff --git a/sass/base/typography/_typography.scss b/sass/base/typography/_typography.scss index 1e7781d..1636523 100644 --- a/sass/base/typography/_typography.scss +++ b/sass/base/typography/_typography.scss @@ -9,7 +9,23 @@ textarea { font-size: $font__size-body; line-height: $font__line-height-body; } - +.hide { + display: inline-block; + margin: 0; + padding: 0; + min-width: unset; + max-width: unset; + width: 0px; + min-height: unset; + max-height: unset; + height: 0px; + font-size: 0px; + line-height: 0px; + text-decoration: none; + border: 0; + background-color: transparent; + background: none; +} @import "headings"; @import "copy"; @import "fonts";