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 17c50f7 commit 743af2cCopy full SHA for 743af2c
apps/web/styles/globals.css
@@ -1,7 +1,6 @@
1
@import "@plane/tailwind-config/index.css";
2
@import "@plane/propel/styles/fonts";
3
@import "@plane/editor/styles";
4
-
5
@plugin "@tailwindcss/typography";
6
7
html {
packages/tailwind-config/index.css
@@ -1,9 +1,9 @@
@import "tailwindcss";
@import "./colors.css";
@import "./spacing.css";
@import "./typography.css";
@import "./animations.css";
+@source "../**/*.{ts,tsx}";
8
9
font-family: "Inter", sans-serif;
0 commit comments