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 49391d6 commit e22bf11Copy full SHA for e22bf11
src/global.css
@@ -1 +1,7 @@
1
@import "tailwindcss";
2
+@plugin "@tailwindcss/typography";
3
+
4
+/* do we need this? */
5
+:root {
6
+ --color-primary-main: #00d372;
7
+}
tailwind.config.js
0 commit comments