From 10438f18ebfee2096a4cfef2e560d73c1d4d7ff3 Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Fri, 27 Nov 2020 14:30:52 -0600 Subject: [PATCH] Fix charset case warning --- css/wp-strava.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/wp-strava.css b/css/wp-strava.css index 21f3090..aeb000f 100755 --- a/css/wp-strava.css +++ b/css/wp-strava.css @@ -1,4 +1,5 @@ -@CHARSET "UTF-8"; +@charset "UTF-8"; + .activity-item:before { content: ""; width: 16px;