mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 05:25:38 +07:00
feat(docs): upgrade installation, dashboard, and certificate request guides with premium UI and assets
This commit is contained in:
13
tailwind.config.js
Normal file
13
tailwind.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
'./pages/**/*.{js,jsx,ts,tsx,md,mdx}',
|
||||
'./components/**/*.{js,jsx,ts,tsx}',
|
||||
'./theme.config.tsx'
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
darkMode: 'class'
|
||||
}
|
||||
Reference in New Issue
Block a user