[BUGFIX] Sasslint leading-zero

This commit is contained in:
Xaver Maierhofer 2017-05-29 23:41:25 +02:00
parent 6b67e4f714
commit 9c3f57dd3f
1 changed files with 1 additions and 1 deletions

View File

@ -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;