<div class="u-h6">[H6] Bro ipsum dolor sit amet gaper backside single track, manny Bike epic clipless.</div>
<div{% if styleModifier %} class="{{ styleModifier }}"{% endif %}>{{ text }}</div>
{
"text": "[H6] Bro ipsum dolor sit amet gaper backside single track, manny Bike epic clipless.",
"styleModifier": "u-h6"
}
/* ======================================================================
# _utilities.headings.css
====================================================================== */
/***
* Take a look in `tailwind.config.js` for more typography settings
*/
/* -----------------------------------
# Subhead
----------------------------------- */
.u-subhead {
@extend %subhead;
}
/* -----------------------------------
# Heanding 1
----------------------------------- */
.u-h1 {
@extend %h1;
}
/* -----------------------------------
# Heanding 2
----------------------------------- */
.u-h2 {
@extend %h2;
}
/* -----------------------------------
# Heanding 3
----------------------------------- */
.u-h3 {
@extend %h3;
}
/* -----------------------------------
# Heanding 4
----------------------------------- */
.u-h4 {
@extend %h4;
}
/* -----------------------------------
# Heanding 5
----------------------------------- */
.u-h5 {
@extend %h5;
}
/* -----------------------------------
# Heanding 6
----------------------------------- */
.u-h6 {
@extend %h6;
}
/* -----------------------------------
# Caption
----------------------------------- */
.u-caption {
@extend %caption;
}
/* -----------------------------------
# CTA
----------------------------------- */
.u-cta {
@extend %cta;
}
No notes defined.