mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-18 06:28:34 +00:00
13 lines
No EOL
289 B
JavaScript
13 lines
No EOL
289 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
"./versioned_docs/version-2.50.0-LTS/doc-home-page.mdx",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
corePlugins: {
|
|
preflight: false, // This prevents Tailwind from resetting global styles
|
|
},
|
|
} |