Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark mode integration & fix button issue in TE-STARTER (ZIP), CDN and MDB GO Starter #1363

Closed
smolenski-mikolaj opened this issue Feb 17, 2023 · 0 comments · Fixed by #1548
Closed
Assignees
Milestone

Comments

@smolenski-mikolaj
Copy link
Contributor

smolenski-mikolaj commented Feb 17, 2023

I guess here's a working solution for TE-STARTER and CDN:

tailwind.config = {
  darkMode: "class",
  theme: {
    fontFamily: {
      sans: ["Roboto", "sans-serif"],
      body: ["Roboto", "sans-serif"],
      mono: ["ui-monospace", "monospace"],
    },
  },
  corePlugins: {
    preflight: false,
  },
};
@smolenski-mikolaj smolenski-mikolaj added this to the v1.0.0-beta2 milestone Feb 17, 2023
@smolenski-mikolaj smolenski-mikolaj changed the title Dark mode integration in starter, cdn, mdb go Dark mode integration & fix button issue in TE-STARTER (ZIP), CDN and MDB GO Starter Feb 23, 2023
@smolenski-mikolaj smolenski-mikolaj linked a pull request Apr 5, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants