Typography
Output base typography classes
Mixins
styles()
Mixin
Prints typography base styles
- These are any type sizes that specify "base-class" in their configuration
- Type sizes with "base-class-prefixed" will be prefixed with the "type-" prefix
File Information
- File: _typography.scss
- Group: typography
- Type: mixin
- Lines (comments): 11-22
- Lines (code): 24-44
Examples
@include ulu.base-typography-styles();
Example of type size as base unprefixed
<span class="h1">A</span>
<span class="h2">A</span>
<span class="h3">A</span>
<span class="h4">A</span>
<span class="h5">A</span>
<span class="h6">A</span>
Preview
A
A
A
A
A
A