From 863bbb9a7d410a17c44575c1e0ac4bd5a2b3ec3f Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sat, 10 Sep 2016 02:15:45 -0300 Subject: [PATCH] Small fix --- src/_Base.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_Base.sass b/src/_Base.sass index 064003c..bf36589 100644 --- a/src/_Base.sass +++ b/src/_Base.sass @@ -3,7 +3,7 @@ // –––––––––––––––––––––––––––––––––––––––––––––––––– // The base font-size is set at 62.5% for having the convenience -// of sizing rems in a way that is similar to using px. 1.6rem=16px +// of sizing rems in a way that is similar to using px: 1.6rem = 16px html box-sizing: border-box font-size: 62.5%