Tailwind v4 UPGRADE Secrets Revealed

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 23

  • @williamsk
    @williamsk  10 дней назад

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

    • @XJoHnMaRkX10
      @XJoHnMaRkX10 10 дней назад

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

    • @williamsk
      @williamsk  9 дней назад

      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 6 дней назад +1

      Yes! 100% 😉

  • @lukas.webdev
    @lukas.webdev 6 дней назад

    Great Video! Keep up the good work. 😉

    • @williamsk
      @williamsk  5 дней назад +1

      Thank you! Will do!

  • @jayfacultymusic
    @jayfacultymusic 9 дней назад +1

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

    • @williamsk
      @williamsk  9 дней назад

      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 9 дней назад

      @@jayfacultymusic how you install from react

  • @GemechisChala
    @GemechisChala 10 дней назад +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  10 дней назад

      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 10 дней назад +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  10 дней назад

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

  • @Code_gen
    @Code_gen 5 дней назад

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

  • @manhthangtran8454
    @manhthangtran8454 10 дней назад +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  10 дней назад

      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 10 дней назад +1

    Please Share usage and setup of Tailwind V4 with React.

    • @williamsk
      @williamsk  10 дней назад +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 10 дней назад +1

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

  • @notnotjake
    @notnotjake 9 дней назад +1

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

    • @williamsk
      @williamsk  5 дней назад

      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 6 дней назад

    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  5 дней назад

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