Skip to content

Commit

Permalink
Merge pull request basecamp#1 from Sparkxyz/chores/update_dist
Browse files Browse the repository at this point in the history
update compiled CSS to remove the extra @charset "UTF-8"
  • Loading branch information
abepark01 authored and anero committed Mar 28, 2022
1 parent bf4d290 commit ba08ee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/trix.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 * {
Expand Down Expand Up @@ -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; }
Expand Down

0 comments on commit ba08ee9

Please sign in to comment.