Tailwind v4 UPGRADE Secrets Revealed

Поділитися
Вставка
  • Опубліковано 7 лют 2025

КОМЕНТАРІ • 23

  • @williamsk
    @williamsk  14 днів тому

    Is Tailwind the best CSS Framework for building modern websites in 2025?

    • @XJoHnMaRkX10
      @XJoHnMaRkX10 14 днів тому

      @williamsk yep. its customizable you can create your own design

    • @williamsk
      @williamsk  14 днів тому

      Yeah, I’m really looking forward to version four and it looks really easy to use this compared to other versions. Let me know if you wanna see more videos around the contact.

    • @lukas.webdev
      @lukas.webdev 10 днів тому +1

      Yes! 100% 😉

  • @lukas.webdev
    @lukas.webdev 10 днів тому

    Great Video! Keep up the good work. 😉

  • @jayfacultymusic
    @jayfacultymusic 13 днів тому +2

    Is padding and margin are not working in this v4? Because when i use p and m nothing happens

    • @williamsk
      @williamsk  13 днів тому +1

      Hello, I hope you’re well and thanks for watching. I believe they are working as expected. If you remember in version 3 the padding went up incrementally.
      So for the example class for padding
      p-* , pr-* , pl-* , py-* , px-* etc. followed a pattern of p-0 …p-40 and so on. So in v4 you should to use the specified classes or you could use your own arbitrary values like p-[your value] ex. p-[17rem] I also believe that the same applies for margins. I hope this helps, in future videos I’m going to create something so you may see how this works.

    • @siranjeevisabapathi424
      @siranjeevisabapathi424 13 днів тому

      @@jayfacultymusic how you install from react

  • @Code_gen
    @Code_gen 9 днів тому

    Its not installing in vite i dont know why it gives error

  • @GemechisChala
    @GemechisChala 14 днів тому +3

    Tailwindcss v4 with vite can not installed following the documentation.🥺
    I'll try with postcss (the way you did)... But, with vite even npm can not install the package.

    • @williamsk
      @williamsk  14 днів тому +1

      I’m going to take a look at this process as well. I feel it’s still early and there maybe some things that need fixing.

    • @GemechisChala
      @GemechisChala 14 днів тому +2

      @williamsk Yeah... I was getting issue installing the package as well. But, they've fixed that now and it works well with vite(VueJS)

    • @williamsk
      @williamsk  14 днів тому

      Thanks, good to hear I will run an install with Vue.js as well, thanks for watching!

  • @manhthangtran8454
    @manhthangtran8454 14 днів тому +1

    Could you please share with me the theme and font you are using in VSCode? It looks really beautiful, and I’d love to use the same setup.

    • @williamsk
      @williamsk  14 днів тому

      Sure, this will get you started. marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc. There is a lot of other customizations that I do on top of this though. Thanks for watching, enjoy!

  • @everythinghindi4472
    @everythinghindi4472 14 днів тому +1

    Please Share usage and setup of Tailwind V4 with React.

    • @williamsk
      @williamsk  14 днів тому +1

      There is a process for React Router in the Docs tailwindcss.com/docs/installation/framework-guides. I may create a video, however the process is very similar.

    • @everythinghindi4472
      @everythinghindi4472 14 днів тому +1

      @williamsk Please Do create short video , just to setup vite React and configure Tailwind v4

  • @notnotjake
    @notnotjake 13 днів тому +2

    The migration assistant sucks. And their docs on manual migration also sucks.

    • @williamsk
      @williamsk  9 днів тому

      Thanks for the comment. New platform updates can be frustrating. The migration assistant is still fairly new and I’m sure it has its quirks. And that’s one of the reasons I went over the manual upgrade process. I’m sure it’ll get better in future iterations. Hang in there😊

  • @eusanhdyas
    @eusanhdyas 10 днів тому

    It displays the error "Vite manifest not found at: C:\laragon\www\Falconni\public\build/manifest.json" how to fix? I followed the steps correctly.

    • @williamsk
      @williamsk  9 днів тому

      I will try to run the code and see what I can find.