Become a Webflow Utility Class Pro

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

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

  • @hadiaslam7801
    @hadiaslam7801 10 หลายเดือนก่อน +8

    I used to think that mastering just webflow is enough, but every time I watch you video my webflow knowledge feels very low, hatsoff

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

    I love how these utilities can be used on top of the custom class names. Just tried it in a large client project: 3 seconds to copy-paste the styled divs from the clonable and you get 90% (probably more) of flexbox settings covered with just those utilities

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

    The resources from your channel are great. Very helpful to develop an efficient webflow workflow

  • @Sergy_Kondrashin
    @Sergy_Kondrashin 10 หลายเดือนก่อน +2

    Wow! Amazing as usual! Thank you! 🙏🏻

  • @xatomdev
    @xatomdev 10 หลายเดือนก่อน +1

    This is amazing! love the approach

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

      Thanks so much!

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

    Is there a way to import multiple utility classes in a batch? For example writing the CSS classes and pasting the code in so they are accessible in the Designer?

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

    Hey Tim. Is it possible to create a tutorial for a parallax-like scroll on mobile devices, especially for safari ?

  • @sitcomz
    @sitcomz 10 หลายเดือนก่อน +3

    Do you plan on adding it to Lumos V2 utilities?

    • @timothyricks
      @timothyricks  10 หลายเดือนก่อน +2

      Possibly in a future version! I’ll leave them as an optional add-on for now

  • @kjwessa
    @kjwessa 10 หลายเดือนก่อน +2

    This is amazing!

  • @ricardobrandao-gg5wm
    @ricardobrandao-gg5wm 9 หลายเดือนก่อน

    This is awesome. Thanks for sharing!
    Why did you use a custom element to create these utility classes and not a regular div block?

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

      The custom element isn’t required and doesn’t affect the way the utilities work. To make the style guide look nicer, I added some additional inline styles that are only supported on the custom element.

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

    Hi Tim, love this. When I rename the class, webflow saying that it "already exist". How I can quickly rename the class name like you did in the end? Thank you!

    • @timothyricks
      @timothyricks  8 หลายเดือนก่อน +2

      Thank you! That “already exist” is a weird Webflow quirk. To get around it, we can remove the class from the element, add it back, and then rename it freely. Or we can rename it to u- and then rename it again to the full class we actually want

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

    Hey Tim!!!! I remember coming across a video of yours where you flip a 2 column div from left to right to right to left (this helps in mobile design) but I cant find it anymore. Any chance you can lead me to it? :D

    • @timothyricks
      @timothyricks  7 หลายเดือนก่อน +2

      Hi, sure thing! Was this the video?
      th-cam.com/video/HQB6-RhiIlo/w-d-xo.html

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

      @@timothyricks magicccc. Thanks legend!

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

    How can I import your Style Selectors into a project I'm working on?

    • @timothyricks
      @timothyricks  10 หลายเดือนก่อน +1

      Hi, you can copy the whole section from the cloneable and paste it into your project. It will automatically add all of the classes in.

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

      @@timothyricks Brilliant, thanks!

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

    Thanks. What framework are you using here?

    • @timothyricks
      @timothyricks  10 หลายเดือนก่อน +1

      I use my own framework called Lumos. It has some base utilities that can be used as a starting point, and we can add extra utilities in like these flex utilities I created or animation utilities from my previous video.
      webflow.grsm.io/tricks?path=lumos-v2-beta

    • @taunado
      @taunado 10 หลายเดือนก่อน +2

      @@timothyricks It's awesome, thanks a lot. The custom properties on the utilities is exciting.