diff options
Diffstat (limited to 'apps/extension/src/index.css')
| -rw-r--r-- | apps/extension/src/index.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/extension/src/index.css b/apps/extension/src/index.css new file mode 100644 index 00000000..b5c61c95 --- /dev/null +++ b/apps/extension/src/index.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; |