myoperator-ui 0.0.231 → 0.0.233
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29647,10 +29647,7 @@ var getTailwindConfig = (prefix = "tw-", hasBootstrap = false) => `/** @type {im
|
|
|
29647
29647
|
export default {
|
|
29648
29648
|
darkMode: ["class"],
|
|
29649
29649
|
prefix: "${prefix}",${hasBootstrap ? `
|
|
29650
|
-
important: true, // Required to override Bootstrap styles
|
|
29651
|
-
corePlugins: {
|
|
29652
|
-
preflight: false, // Disable Tailwind's CSS reset - Bootstrap handles base styles
|
|
29653
|
-
},` : ""}
|
|
29650
|
+
important: true, // Required to override Bootstrap styles` : ""}
|
|
29654
29651
|
content: [
|
|
29655
29652
|
"./src/components/ui/**/*.{js,ts,jsx,tsx}",
|
|
29656
29653
|
"./src/components/custom/**/*.{js,ts,jsx,tsx}",
|