Explained in 2 minutes: SASS vs. SCSS

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

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

  • @HikaruAkitsuki
    @HikaruAkitsuki หลายเดือนก่อน +6

    I think SASS mostly used by Python user because it mostly has similar style. But for nodejs related project, SCSS was preferred before. But for some reason they suddenly switch on Tailwind.

    • @onjsdev
      @onjsdev  หลายเดือนก่อน

      I am not sure, because SASS and SCSS are used on the client side. By the way, Tailwind is a great choice.

    • @Denismsc
      @Denismsc หลายเดือนก่อน

      It makes sense

  • @robelwondimu5527
    @robelwondimu5527 2 หลายเดือนก่อน +1

    this was what i needed, thanks

  • @qewela
    @qewela 2 หลายเดือนก่อน +3

    i think this would be better as a short

  • @_EDM115
    @_EDM115 11 วันที่ผ่านมา

    underrated, you gained a sub 🫶

    • @onjsdev
      @onjsdev  11 วันที่ผ่านมา

      Thanks

  • @Denismsc
    @Denismsc หลายเดือนก่อน

    More guide like this please😂

  • @al.amin.islam.hridoy
    @al.amin.islam.hridoy 6 วันที่ผ่านมา

    CSS now supports nesting natively. So, I think you should've focused on other features of SCSS than the nesting.

    • @russelldsouza7738
      @russelldsouza7738 5 วันที่ผ่านมา

      Ngl, a few days ago, I asked ChatGPT whether normal CSS3 supports nesting selectors, and it said no. Now, I feel like ChatGPT gaslit me 😞

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

      Yes, CSS supports nesting but with some limitations. CSS Nesting doesn’t allow direct concatenation of selectors with the parent selector (using &) like SASS does.