Skip to content

Commit

Permalink
Ensure UTF-8 is used
Browse files Browse the repository at this point in the history
Fixes #39
  • Loading branch information
sindresorhus committed Feb 9, 2022
1 parent f0f1534 commit 181de5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@charset "utf-8";

html,
body {
margin: 0;
Expand Down

0 comments on commit 181de5a

Please sign in to comment.