Giter VIP home page Giter VIP logo

Comments (2)

kcsf avatar kcsf commented on May 14, 2024 1

Thanks for the quick & thorough response innocenzi!

Pitty it isn't going to work for us, you've done great work here!

Cheers;)

from tailwindcss-theming.

innocenzi avatar innocenzi commented on May 14, 2024

Hello!

The way this plugin works is by making use of the plugin API to override your Tailwind configuration. This is required, because we need the color values to be CSS variables, not hard-coded color values.

The @tailwindcss/ui provides another color palette, too. But it is using the default Tailwind format, not the enhanced CSS-variable-powered one. Because of that, whichever plugin comes first takes precedence.

But with this plugin, you are not supposed to use non-semantical color names such as blue-100 or indigo-400, because those colors wouldn't work the same in two different themes. I tend to use the Material naming conventions.

The way this plugin works make it a breeze top create multiple themes, but it comes with a downside: we don't use the Tailwind way of doing things. We have to name colors. So, to make it short, when using tailwindcss-theming, you are expected to build your own palette (or use a preset). You can't use the default Tailwind palette directly, nor any palette that comes with a plugin.

This plugin is best-suited for large projects, but if you need something simpler, more Tailwind-like, I suggest you take a look at @estevanmaito's variant-based plugin, tailwindcss-multi-theme. It takes a different approach, without CSS variables. There are also a few other alternatives.

Hope I cleared things up, don't hesitate to reopen if you need further assistance!

from tailwindcss-theming.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.