home-assistant.io/sass/inuitcss/base/_paragraphs.scss

13 lines
304 B
SCSS

@charset "UTF-8";
/*------------------------------------*\
$PARAGRAPHS
\*------------------------------------*/
/**
* The `.lede` class is used to make the introductory text (usually a paragraph)
* of a document slightly larger.
*/
.lede,
.lead{
@include font-size($base-font-size * 1.125);
}