Added missing syntax to _tag_cloud.sass, fixes invalid CSS for :line-height
Signed-off-by: Chris Eppstein <chris@eppsteins.net>
This commit is contained in:
parent
e844b6ade7
commit
be5c0ff673
@ -3,7 +3,7 @@
|
||||
:font-size= !base_size
|
||||
:line-height= 1.2 * !base_size
|
||||
.xxs, .xs, .s, .l, .xl, .xxl
|
||||
:line-height 1.2 !base_size
|
||||
:line-height= 1.2 * !base_size
|
||||
.xxs
|
||||
:font-size= !base_size / 2.0
|
||||
.xs
|
||||
|
Loading…
Reference in New Issue
Block a user