Skip to content

Commit 4933321

Browse files
aquaductapeMilo
authored andcommitted
rearrange styling to prevent tailwind reset to override user styles
1 parent 3bcab08 commit 4933321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { render } from 'solid-js/web';
22
import { App } from './app';
33
import { registerServiceWorker } from './utils/serviceWorker';
4-
import 'virtual:uno.css';
54
import 'solid-repl/repl/main.css';
5+
import 'virtual:uno.css';
66

77
render(() => <App />, document.querySelector('#app')!);
88

0 commit comments

Comments
 (0)