Skip to content

Commit

Permalink
refactor: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed May 14, 2024
1 parent fd10659 commit 80ef741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ When using a compiler like Babel, the [underlying JSX runtime](https://legacy.re
"@babel/preset-react",
{
"runtime": "automatic",
"importSource": "css-homogenizer/reset-scoped/react"
}
]
]
"importSource": "css-homogenizer/reset-scoped/react",
},
],
],
}
```
Expand Down
2 changes: 1 addition & 1 deletion test-pages/reset.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit 80ef741

Please sign in to comment.