home-assistant.io/sass/inuitcss/base/_paragraphs.scss
Paulus Schoutsen b0bdfe2fe9 Update to site
2014-12-21 12:17:37 -08:00

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);
}