Skip to content

Commit

Permalink
Add tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
cremarco committed Jul 26, 2024
1 parent 471a6f9 commit 30ddf6d
Show file tree
Hide file tree
Showing 7 changed files with 659 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {themes as prismThemes} from 'prism-react-renderer';
import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
import tailwindPlugin from './plugins/tailwind-config.cjs';

const config: Config = {
title: 'MantisTable UI',
Expand Down Expand Up @@ -90,6 +91,9 @@ const config: Config = {
defaultMode: 'dark'
},
} satisfies Preset.ThemeConfig,

// Tailwind
plugins: [tailwindPlugin],
};

export default config;
Loading

0 comments on commit 30ddf6d

Please sign in to comment.