Skip to content

Commit 1f8019b

Browse files
author
James Kolce
committed
Use 'lh' as the vertical rhythm unit
1 parent f3d2df6 commit 1f8019b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/compile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module.exports = (file) => {
88

99
return postcss([
1010
require('postcss-vertical-rhythm')({
11-
rootSelector: ':root'
11+
rootSelector: ':root',
12+
rhythmUnit: 'lh'
1213
}),
1314
require('postcss-custom-media'),
1415
require('postcss-media-minmax'),

0 commit comments

Comments
 (0)