From 9c3f57dd3f40992bf0f62c535c847fc1ccc0c9ce Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Mon, 29 May 2017 23:41:25 +0200 Subject: [PATCH] [BUGFIX] Sasslint leading-zero --- scss/modules/_map.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/modules/_map.scss b/scss/modules/_map.scss index c5457d8..8c74a88 100644 --- a/scss/modules/_map.scss +++ b/scss/modules/_map.scss @@ -16,7 +16,7 @@ } @media screen and (max-width: map-get($grid-breakpoints, lg) - 1) { - right: 0.1rem; + right: .1rem; top: 0; transform: scale(.8); transform-origin: right;