Skip to content

Commit 5f8bd1f

Browse files
author
Jeff Escalante
committed
base font size fix for @declandewet
1 parent ac5e009 commit 5f8bd1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rupture/index.styl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
base-font-size ?= 16px
2+
13
rupture = {
24
mobile-cutoff: 400px
35
desktop-cutoff: 1050px
46
enable-em-breakpoints: false
5-
base-font-size: 16px
7+
base-font-size: base-font-size
68
}
79

810
rupture.scale = 0 400px 600px 800px 1050px

0 commit comments

Comments
 (0)