Giter VIP home page Giter VIP logo

Comments (5)

szluyufeng avatar szluyufeng commented on May 30, 2024 1

@hawezo Looking forward for that. Thanks for your work!

from tailwindcss-theming.

szluyufeng avatar szluyufeng commented on May 30, 2024

PS: The Tailwindcss version is V1.20

from tailwindcss-theming.

innocenzi avatar innocenzi commented on May 30, 2024

Hi @szluyufeng, as you can see in the error, this is a Tailwind issue - not an issue with this plugin.

The reason it happens is because tailwindcss-theming actually replaces your whole color palette, for theming reasons (that's the goal of the plugin). Because of that, you no longer have the color gray-600, so the utility .text-gray-600 no longer exist.

So when you're trying to use Tailwind on your files, Tailwind will throw an error, which is perfectly expected.

In order to fix this error, you need to replace your existing color utilities with the new ones you'll set up with tailwindcss-theming (see the documentation), and/or you can add back a gray-600 color within this plugin too. Your choice.

I hope my explaination is clear enough.

from tailwindcss-theming.

szluyufeng avatar szluyufeng commented on May 30, 2024

Thanks hawezo, very very clear.
Can we choose to extend the color in 'theme.config.js' , not just replace the default color.

from tailwindcss-theming.

innocenzi avatar innocenzi commented on May 30, 2024

Unfortunately not yet but this is something that I plan to do! See the other opened issue.

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.