We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d59ec10 + 42cb2f4 commit e741e83Copy full SHA for e741e83
sass/base/article.sass
@@ -17,6 +17,19 @@ article, .#{$class-article}
17
weight: $font-weight
18
line-height: calc(var(--grid-square) * var(--grid-squares-per-line) / var(--font-size) * #{$line-height} * 1rem)
19
20
+ p
21
+ hyphens: auto
22
+ font:
23
+ size: $font-base-size
24
+ family: $font_main
25
+ line-height: calc(var(--grid-square) * var(--grid-squares-per-line) / var(--font-size) * 1rem)
26
+ margin:
27
+ top: 0
28
+ bottom: calc(var(--grid-square) * var(--grid-squares-per-line) / var(--font-size) * 1rem)
29
+
30
+ *
31
+ vertical-align: baseline
32
33
ol, ul
34
margin:
35
top: 0
0 commit comments