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,9 +1,11 @@
@charset "UTF-8";
// ==========================================================================
// Plyr styles
// https://github.com/sampotts/plyr
// TODO: Review use of BEM classnames
// ==========================================================================
@charset 'UTF-8';
@import 'lib/css-vars';
$css-vars-use-native: true;