Skip to content

Commit

Permalink
fix: test case validCharsetMultipleImport
Browse files Browse the repository at this point in the history
  • Loading branch information
t-shiratori committed May 8, 2024
1 parent aa879c1 commit 27b6ab5
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,3 +1,3 @@
@CHARSET 'utf-8';
@charset "utf-8";
@imPORT 'foo.css';
@import 'bar.css';
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: validCharsetMultipleImport.css
---
# Input
```css
@CHARSET 'utf-8';
@charset "utf-8";
@imPORT 'foo.css';
@import 'bar.css';
Expand Down

0 comments on commit 27b6ab5

Please sign in to comment.