From 47e4f859c831c91ca36473d5147e9cd9dcde2f0e Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sat, 10 Sep 2016 02:26:01 -0300 Subject: [PATCH] Small fix to keep style guide defined --- src/_Grid.sass | 2 +- src/_Typography.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_Grid.sass b/src/_Grid.sass index 6609e62..ec45990 100644 --- a/src/_Grid.sass +++ b/src/_Grid.sass @@ -151,7 +151,7 @@ align-self: center // Larger than mobile screen -@media (min-width: 40rem) // Safari desktop has a bug using `rem`, but Safari mobile works +@media (min-width: 40.0rem) // Safari desktop has a bug using `rem`, but Safari mobile works .row flex-direction: row diff --git a/src/_Typography.sass b/src/_Typography.sass index 35c5df2..c725267 100644 --- a/src/_Typography.sass +++ b/src/_Typography.sass @@ -44,7 +44,7 @@ h6 line-height: 1.4 // Larger than mobile screen -@media (min-width: 40rem) // Safari desktop has a bug using `rem`, but Safari mobile works +@media (min-width: 40.0rem) // Safari desktop has a bug using `rem`, but Safari mobile works h1 font-size: 5.0rem