Skip to content

Commit 9beb4b4

Browse files
committed
feat: Add tailwind directives to custom.css
1 parent 44641c8 commit 9beb4b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cursorless-org-docs/src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
@tailwind components;
2+
@tailwind base;
3+
@tailwind utilities;
4+
15
/* From https://github.com/facebook/docusaurus/blob/cc0bceab9c1678303f6237f5526753edc1b12fc3/website/src/css/custom.css#L70-L86 */
26
.header-github-link:hover {
37
opacity: 0.6;

0 commit comments

Comments
 (0)