fix invalid CSS @charset rule (#2466)

This commit is contained in:
Hashen
2022-04-19 17:30:20 +05:30
committed by GitHub
parent bdcd98f4a7
commit 776fd099f3
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,8 @@
@charset "UTF-8";
// ==========================================================================
// Plyr.io Error Page
// ==========================================================================
@charset 'UTF-8';
// Settings
@import '../settings/colors';