Tailwind v4 UPGRADE Secrets Revealed

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 16

  • @williamsk
    @williamsk  2 วันที่ผ่านมา

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

    • @XJoHnMaRkX10
      @XJoHnMaRkX10 วันที่ผ่านมา

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

    • @williamsk
      @williamsk  วันที่ผ่านมา

      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.

  • @jayfacultymusic
    @jayfacultymusic วันที่ผ่านมา +1

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

    • @williamsk
      @williamsk  22 ชั่วโมงที่ผ่านมา

      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 17 ชั่วโมงที่ผ่านมา

      @@jayfacultymusic how you install from react

  • @GemechisChala
    @GemechisChala 2 วันที่ผ่านมา +2

    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  วันที่ผ่านมา

      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 วันที่ผ่านมา +1

      @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  วันที่ผ่านมา

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

  • @manhthangtran8454
    @manhthangtran8454 วันที่ผ่านมา +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  วันที่ผ่านมา

      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 2 วันที่ผ่านมา +1

    Please Share usage and setup of Tailwind V4 with React.

    • @williamsk
      @williamsk  วันที่ผ่านมา +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 วันที่ผ่านมา +1

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

  • @notnotjake
    @notnotjake วันที่ผ่านมา

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