We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5caf2 commit c998bf5Copy full SHA for c998bf5
assets/css/main.css
@@ -0,0 +1,3 @@
1
+@tailwind base;
2
+@tailwind components;
3
+@tailwind utilities;
src/renderer/index.tsx
@@ -1,7 +1,7 @@
import { createRoot } from 'react-dom/client';
import 'nprogress/nprogress.css';
4
-import 'tailwindcss/tailwind.css';
+import '../../assets/css/main.css';
5
import { App } from './App';
6
7
const container = document.getElementById('root');
0 commit comments