UNPKG
formir
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.0.1
0.3.4
0.3.3
0.3.0
0.2.2
0.2.0
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
Pure CSS / HTML Framework
formir.io
formir/formir
formir
/
src
/
less
/
themes
/
default
/
typography
/
article.less
17 lines
(15 loc)
•
236 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@{article}
{
@{article-p}
{
&
:first-child
{
margin-top
:
0
; }
&
:last-child
{
margin-top
:
0
; } } }
p
{
font-size
:
@body-font-size
;
margin
:
0.5rem
0
;
line-height
:
@body-line-height
; }