diff --git a/.prettierignore b/.prettierignore
new file mode 100644
index 00000000..665da455
--- /dev/null
+++ b/.prettierignore
@@ -0,0 +1,2 @@
+.env
+.env.*
diff --git a/demo/App.tsx b/demo/App.tsx
index c92986aa..27c3c5ec 100644
--- a/demo/App.tsx
+++ b/demo/App.tsx
@@ -41,7 +41,7 @@ function App() {
font-size: 24px;
border-radius: 4px;
&:hover {
- color: white;
+ color: blue;
}
`}
>
diff --git a/demo/__tests__/transform.test.tsx b/demo/__tests__/transform.test.tsx
index 77cb2018..92eca901 100644
--- a/demo/__tests__/transform.test.tsx
+++ b/demo/__tests__/transform.test.tsx
@@ -7,7 +7,7 @@ describe('transform', () => {
render(
Hello Vite + React!
Styled by SCSS Modules
This text is styled by styled-components
This text is styled by global css which is not imported to App.tsx
This text is styled by CSS Modules
This text is styled by global configured SASS
This text is styled by imported SASS
This text is styled by Tailwind CSS
Styled by Emotion
Styled by Stiches
This text is styled by SASS from load paths
An animated element style using @use ~
An animated element style using import ~
Watch me fade in!
Edit App.tsx
and save to test HMR updates.
Hello Vite + React!
Styled by SCSS Modules
This text is styled by styled-components
This text is styled by global css which is not imported to App.tsx
This text is styled by CSS Modules
This text is styled by global configured SASS
This text is styled by imported SASS
This text is styled by Tailwind CSS
Styled by Emotion
Styled by Stiches
This text is styled by SASS from load paths
An animated element style using @use ~
An animated element style using import ~
Watch me fade in!
Edit App.tsx
and save to test HMR updates.