From 1d23f5899198741aead76e2b0500c55d8d9f1130 Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Wed, 1 Feb 2017 15:59:36 -0500 Subject: [PATCH] space is required otherwise clean-css barfs --- d2l-typography.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2l-typography.html b/d2l-typography.html index 791910e..b68ea6f 100644 --- a/d2l-typography.html +++ b/d2l-typography.html @@ -115,7 +115,7 @@ @apply(--d2l-heading-4-custom); } - @media(max-width: 615px) { + @media (max-width: 615px) { .d2l-typography .d2l-heading-1, .d2l-typography .vui-heading-1 { font-size: 1.5rem;