UNPKG
ui-lab
Version:
latest (0.1.11)
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.2
0.1.0
A Pattern-Driven UI Development Lab.
github.com/amsul/ui-lab
amsul/ui-lab
ui-lab
/
patterns
/
styles
/
helpers
/
typography.less
19 lines
(17 loc)
•
288 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** <helpers> typography All the typographical helper class names. */
/** <group> colors */
.red
{
color
: red; }
.green
{
color
: green; }
.blue
{
color
: blue; }
/** <group> sizes */
.big
{
font-size
: big; }
.normal
{
font-size
: normal; }
.small
{
font-size
: small; }