Skip to content

Commit faf2866

Browse files
committed
Remove re-declaration of font-fam, font-size, and line-height in p
1 parent b261f97 commit faf2866

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

less/type.less

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
p {
1010
margin: 0 0 @baseLineHeight / 2;
11-
font-family: @baseFontFamily;
12-
font-size: @baseFontSize;
13-
line-height: @baseLineHeight;
1411
small {
1512
font-size: @baseFontSize - 2;
1613
color: @grayLight;

0 commit comments

Comments
 (0)