Skip to content

Commit 743af2c

Browse files
committed
chore: add source to parse monorepo packages
1 parent 17c50f7 commit 743af2c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/web/styles/globals.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import "@plane/tailwind-config/index.css";
22
@import "@plane/propel/styles/fonts";
33
@import "@plane/editor/styles";
4-
54
@plugin "@tailwindcss/typography";
65

76
html {

packages/tailwind-config/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@import "tailwindcss";
2-
32
@import "./colors.css";
43
@import "./spacing.css";
54
@import "./typography.css";
65
@import "./animations.css";
6+
@source "../**/*.{ts,tsx}";
77

88
html {
99
font-family: "Inter", sans-serif;

0 commit comments

Comments
 (0)