diff --git a/sites/orgdocs/src/pages/typography.js b/sites/orgdocs/src/pages/typography.js index 1a91461e8d5..c03a9bd4aba 100644 --- a/sites/orgdocs/src/pages/typography.js +++ b/sites/orgdocs/src/pages/typography.js @@ -18,7 +18,7 @@ const TypographyPage = ({ page }) => { description="FreeSewing is an open source Javascript library for parametric sewing patterns" >
-
+

Typography

This typography page shows an overview of different elements and how they are styled. @@ -40,40 +40,52 @@ const TypographyPage = ({ page }) => {

Main button styles

- - - - + + + +

State button styles

- - - - + + + +

Other button styles

- - + +

Outlined button styles

- - - - + + + +

Button sizes

- - - - - - - - + + + + + + + +

Tabs

Docusaurus Tabs

@@ -91,6 +103,19 @@ const TypographyPage = ({ page }) => {

This is 4

+

DaisyUI Tabs

+

Do not use these. The tab elements clash with the docusaurus styles.

+
+ + Tab 1 + + + Tab 2 + + + Tab 3 + +
diff --git a/sites/orgdocs/tailwind.config.mjs b/sites/orgdocs/tailwind.config.mjs index 6d4821702e2..8c503325f7a 100644 --- a/sites/orgdocs/tailwind.config.mjs +++ b/sites/orgdocs/tailwind.config.mjs @@ -16,6 +16,7 @@ export default { themes: [themes], logs: true, themeRoot: '*', + prefix: 'daisy-', }, theme: { extend: {