Skip to content

Commit

Permalink
fix: test case validCharset
Browse files Browse the repository at this point in the history
  • Loading branch information
t-shiratori committed May 8, 2024
1 parent 370b78c commit eb6210b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@charset 'utf-8';
@charset "utf-8";
@import 'foo.css';
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: validCharset.css
---
# Input
```css
@charset 'utf-8';
@charset "utf-8";
@import 'foo.css';
```

0 comments on commit eb6210b

Please sign in to comment.