mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-19 00:26:48 +00:00
13 lines
304 B
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);
|
|
}
|