From 767d68d905529fa28dcf0374f0913cd4754b7437 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Thu, 26 Jan 2017 21:12:05 +0100 Subject: [PATCH] Replace 0px with 0 --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 086199c..16a9740 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -18,7 +18,7 @@ $font-size-6: 12px; $font-family: Roboto, sans-serif; $toolbar-height: 40px; -$toolbar-offset: 0px; +$toolbar-offset: 0; @import 'mixins'; @import 'reset';