From b2e2cf201203170752d1db0113fcdcb82b84b84d Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sun, 19 Jan 2020 14:48:11 +0100 Subject: [PATCH] Fix declaration-bang-space-before (CSS) --- src/components/appfooter/appfooter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/appfooter/appfooter.css b/src/components/appfooter/appfooter.css index 789bc1db20..4cb342e34a 100644 --- a/src/components/appfooter/appfooter.css +++ b/src/components/appfooter/appfooter.css @@ -9,5 +9,5 @@ } .appfooter.headroom--unpinned { - transform: translateY(100%)!important; + transform: translateY(100%) !important; } \ No newline at end of file