shadcn-svelte 0.3.3 → 0.3.4

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 CHANGED
@@ -6330,6 +6330,7 @@ var TAILWIND_CONFIG_WITH_VARIABLES = `import { fontFamily } from "tailwindcss/de
6330
6330
  const config = {
6331
6331
  darkMode: ["class"],
6332
6332
  content: ["./src/**/*.{html,js,svelte,ts}"],
6333
+ safelist: ["dark"],
6333
6334
  theme: {
6334
6335
  container: {
6335
6336
  center: true,