mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-19 16:46:51 +00:00
15 lines
304 B
SCSS
15 lines
304 B
SCSS
@charset "UTF-8";
|
|
/*------------------------------------*\
|
|
$SMALLPRINT
|
|
\*------------------------------------*/
|
|
/**
|
|
* A series of classes for setting tiny type; for use in smallprint etc.
|
|
*/
|
|
.smallprint,
|
|
.milli{
|
|
@include font-size($milli-size);
|
|
}
|
|
.micro{
|
|
@include font-size($micro-size);
|
|
}
|