Webflow CLASS NAMING strategy (Webflow workflow series 003)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.ค. 2024
  • Hi fellow Webflowers, this video is about class naming conventions for Webflow.
    In this video, I'll cover class naming basics and ‪@Finsweet‬ class naming system that will make it easy to organize and manage your Webflow website's CSS.
    Learn how to use:
    - Webflow combo classes,
    - Webflow utility classes and
    - Webflow global classes
    to improve your overall workflow and build quality. I won't only show you how to organize your classes in Webflow, but also how to sort and bulk change them with Finsweet's Browser extension.
    ###
    Get Webflow: webflow.grsm.io/py25k1h77m5i *
    Follow me on other platforms:
    Twitter: / felix_brodbeck
    LinkedIn: / ui-ux-webflow-felix-br...
    ###
    Work with my studio:
    www.designbase.studio
    #webflow #structure #productivity #consistency #organizationhacks #protips
    * affiliate link

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

  • @felixquansah5214
    @felixquansah5214 9 หลายเดือนก่อน +1

    You're a real gem to the webflow community. Thank you for all you're doing!

  • @taylorjackson3691
    @taylorjackson3691 ปีที่แล้ว +1

    Thanks for this video. It's clear and straight to the point. So many videos overcomplicate this topic.

    • @designbasestudio
      @designbasestudio  ปีที่แล้ว

      You are welcome! That was my intention 😊

  • @hciniheni9101
    @hciniheni9101 7 หลายเดือนก่อน +1

    Thank you so much, the narrative style is amazing 👌and always straight to the point.

  • @GregDolan
    @GregDolan 5 หลายเดือนก่อน +2

    Loving this series, thanks for the great videos 🔥

    • @designbasestudio
      @designbasestudio  5 หลายเดือนก่อน +2

      Thanks for the support 💪

  • @SuvuIC
    @SuvuIC 9 หลายเดือนก่อน +1

    This was an incredibly helpful, short and concise video!!

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

      Happy to hear! Stay in the flow ✌️

  • @taunado
    @taunado 3 หลายเดือนก่อน +1

    Love it. Do you have an ebook for your Webflow guidelines? That'll be gold for quick reference. An email newsletter too to keep up to date with videos. Perhaps a Discord channel to develop a community.

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

    You're so helpful thanks mate!

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

    Deleting and then adding a modifier class is a small price for keeping the code maintainable. Global classes harden the maintenance because, as you mentioned, the client or other developer may change the styling for a global class, and that may cause issues. With modifiers, the styling is sort of more isolated inside of a specific element by the naming convention.
    Also, you mentioned that BEM may not be the best choice but didn't mention why. I think BEM is a great choice! It's basically the same naming system as the "client first" but doesn't encourage using global utility classes (which is good, in my opinion).

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

      By the way, if using BEM modifiers as prescribed in the BEM documentation, then there wouldn't be a situation with breaking the markup in some other element when editing the modifier's properties. For example, if you have the following classes: some-element some-element--modifier, then the some-element--modifier will be specific for this block only (some-element block), and there wouldn't be a possibility to break some other block on the website.

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

      Bem is great but in Webflow other systems have more potential

  • @JaspervanderKamp
    @JaspervanderKamp 11 หลายเดือนก่อน +1

    very helpful ! thx

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

      You are welcome, again 😉

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

    Why do you delete the combo class for mobile? You can just select the base class and then go back. Is there an advantage in deleting that I'm missing?

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

      If you look carefully it is not always possible to select the base class on smaller breakpoints.

    • @TheMarouuu
      @TheMarouuu 7 หลายเดือนก่อน +1

      @@designbasestudioSet any property on the smaller break points and they'll be avilable for selection later in the combo classes. So basically if it's "button button-primary", set all break points for button, any property will do, and then it will be available.
      You can even fake it, like just set the same padding from desktop just so the class is available, then change the values later as needed.

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

      @@TheMarouuu yes but in case you don’t have any properties you need to delete the combo temporarily to make changes to the base. And i would just set fake values just to make the class available in smaller breaktpoints. This blows up your css.

    • @TheMarouuu
      @TheMarouuu 7 หลายเดือนก่อน +1

      @@designbasestudioThat's a fair point.