https://htmx.org logo
Join Discord
Powered by
# missing_dot_css
  • r

    refined-waiter-90422

    08/04/2022, 12:26 PM
    https://twitter.com/jh3yy/status/1554887497326350336
  • r

    refined-waiter-90422

    08/04/2022, 12:26 PM
    lets you do crazy shit like this in CSS easily
  • g

    gorgeous-airport-54386

    08/04/2022, 12:34 PM
    https://discord.com/channels/725789699527933952/796428329531605032/1004033570546925598
  • r

    refined-waiter-90422

    08/04/2022, 12:52 PM
    Oh dang
  • j

    jolly-kite-167

    08/06/2022, 1:46 AM
    my new server - https://discord.gg/family-main
  • m

    mysterious-toddler-20573

    08/12/2022, 4:24 PM
    https://twitter.com/PavelASamsonov/status/1557719801639968770
  • m

    mysterious-toddler-20573

    08/13/2022, 12:16 AM
    how do I animate a
    progress
    element
  • m

    mysterious-toddler-20573

    08/13/2022, 12:16 AM
    https://stackoverflow.com/questions/24408442/css3-transition-of-html5-progress-bar-element
  • m

    mysterious-toddler-20573

    08/13/2022, 12:21 AM
    this isn't working for me
  • m

    mysterious-toddler-20573

    08/14/2022, 7:58 PM
    https://codedgar.github.io/Puppertino/examples/
  • m

    mysterious-toddler-20573

    08/14/2022, 7:58 PM
    interesting
  • j

    jolly-kite-167

    08/30/2022, 12:12 AM
    https://www.keithcirkel.co.uk/css-classes-considered-harmful/
  • l

    late-king-98305

    08/31/2022, 11:31 AM
    I just used this technique on a page. The IDE was displeased, but the browser rendered it just fine.
  • f

    famous-area-94520

    09/02/2022, 8:43 AM
    unfortunately attribute selectors are far slower than class selectors
  • j

    jolly-kite-167

    09/02/2022, 2:46 PM
    How much slower? And when does that become a noticeable constraint on UX? I'm honestly asking that as I have not much experience with that particular concern.
  • f

    famous-area-94520

    09/02/2022, 3:46 PM
    missing.css sites lag when resizing the browser because of our convoluted layout stuff. I don't have benchmarks at hand for the attribute thing though
  • r

    refined-waiter-90422

    09/02/2022, 8:18 PM
    using
    data-
    for everything is more verbose anyway, and you sacrifice the cascade.
  • r

    refined-waiter-90422

    09/02/2022, 8:18 PM
    embrace the cascade
  • r

    refined-waiter-90422

    09/02/2022, 8:19 PM
    its there to save you lines, especially in combination with
    :has()
  • r

    refined-waiter-90422

    09/02/2022, 8:29 PM
    add stylus or whatever and you'll stop looking at css frameworks because you'll be so efficiently pumping out css with barely any lines of code.
  • r

    refined-waiter-90422

    09/02/2022, 8:41 PM
    or dont. I'm not your mom
  • m

    mysterious-toddler-20573

    09/06/2022, 3:15 PM
    layout idea
  • m

    mysterious-toddler-20573

    09/06/2022, 3:15 PM
    on the mac, in the old cocoa UI builder (I have no idea if it still works this way) there was a spring-strut concept
  • m

    mysterious-toddler-20573

    09/06/2022, 3:16 PM
    You could place a spring horizontally or vertically within an element, and indicate its ability to stretch in that direction. On the outside edges you could put a spring or a strut to indicate that edge was fixed to it's container/neighbor or "stretched" with the window.
  • m

    mysterious-toddler-20573

    09/06/2022, 3:20 PM
    here is what I'm talking about:

    https://youtu.be/mhvKKBha0fw?t=194▾

  • m

    miniature-lizard-24702

    09/06/2022, 6:24 PM
    and I thought css was a pain
  • m

    miniature-lizard-24702

    09/06/2022, 6:24 PM
    css is actually not bad
  • m

    mysterious-toddler-20573

    09/06/2022, 6:25 PM
    i do need to spend some time with flexbox, I'll be honest
  • m

    miniature-lizard-24702

    09/06/2022, 6:25 PM
    thank god for flexbox
  • r

    refined-waiter-90422

    09/06/2022, 6:27 PM
    I vaguely remember that nostalgia aha. Mac gui bulding was magical. The analogue in CSS is grid using units like: auto min() max() minmax() % etc.
1...272829...44Latest