From ba08ee9f0eb7dd5a26089520e07fda033c469742 Mon Sep 17 00:00:00 2001 From: Abe <7087312+abepark01@users.noreply.github.com> Date: Sat, 16 Oct 2021 10:51:27 -0700 Subject: [PATCH] Merge pull request #1 from Sparkxyz/chores/update_dist update compiled CSS to remove the extra @charset "UTF-8" --- dist/trix.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/trix.css b/dist/trix.css index 0335eace1..b97f68244 100644 --- a/dist/trix.css +++ b/dist/trix.css @@ -297,7 +297,6 @@ trix-editor .attachment__metadata { trix-editor .attachment__metadata .attachment__size { margin-left: 0.2em; white-space: nowrap; } -@charset "UTF-8"; .trix-content { line-height: 1.5; } .trix-content * { @@ -347,7 +346,7 @@ trix-editor .attachment__metadata { .trix-content .attachment__caption { text-align: center; } .trix-content .attachment__caption .attachment__name + .attachment__size::before { - content: ' ยท '; } + content: ' \2022 '; } .trix-content .attachment--preview { width: 100%; text-align: center; }