Git Product home page Git Product logo

find-nearest-tailwind-colour's Introduction

find-nearest-tailwind-colour's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

find-nearest-tailwind-colour's Issues

Update to TailwindCSS v3

First of all, I can't say how many times I have opened this little tool myself. It was really helpful to find matching colors in Tailwind. Thanks for making this tool :)

Now, TailwindCSS is to be updated to v3 and the alpha is already available. Can you port it to v3 now so it will be ready as soon as the v3 will be released to the public?

The main changes are there are no more extended colors and color names have changed.
For more info see this PR from Adam Wathan: tailwindlabs/tailwindcss#5384

Thanks so much!

Suggestion: Specify Tailwind version(s)

Hey, great tool!

However it suggested some colors unavailable in my TW version: "slate-100", "neutral-900", etc. After some digging I realized these are TW3 colors.

Perhaps on your app's page, specify the TW version(s) your tool works for.

thx

Support multiple versions of Tailwind

It looks like Tailwind is about to add more colours in v3.3. There's a previous request to add support for v2. The tool currently supports Tailwind v3.0-v3.2.

It would be good to support all 3 options.

So we'll need to abstract out the colour data and allow different colour sets to be selected and used.

Early implementation ideas: It could be a selector or maybe one different page per version eg (/3.3plus, '/3.0_3.2, /2`). The colour data maybe should go into a Svelte store, I don't know. What should the default be? Probably the latest version? Although more people will be on 3.0-3.2 for quite a while

Master branch renamed to main

Instructions for updating

Switch to the "master" branch:

$ git checkout master

Rename it to "main":

$ git branch -m master main

Get the latest commits (and branches!) from the remote:

$ git fetch

Remove the existing tracking connection with "origin/master":

$ git branch --unset-upstream

Create a new tracking connection with the new "origin/main" branch:

$ git branch -u origin/main

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.