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

    mysterious-toddler-20573

    09/06/2022, 6:27 PM
    i want to spend some time thinking about layout, but my brain is completely fried right now
  • r

    refined-waiter-90422

    09/06/2022, 6:30 PM
    Also you mention flexbox. Here's how I like to think about it-- Grid = You impose a layout for content. Flex = The content imposes a layout for you, using your suggestions
  • r

    refined-waiter-90422

    09/06/2022, 6:33 PM
    Depending on what you're doing, a lot of UI's fit into both of those categories, and you can use them together, but that's the subtle difference.
  • r

    refined-waiter-90422

    09/06/2022, 6:36 PM
    Grid is super close to how tables worked, but more control, and you can use them on any tag.
  • r

    refined-waiter-90422

    09/06/2022, 6:38 PM
    also you can get Grid to mimic Flex somewhat using
    fit-content()
    inside
    repeat()
  • r

    refined-waiter-90422

    09/06/2022, 6:38 PM
    when defining columns
  • a

    ancient-shoe-86801

    09/19/2022, 1:20 AM
    should the channel description (channel topic) have a link to the website/repo?
  • r

    refined-waiter-90422

    09/19/2022, 7:38 AM
    This channel could evolve into #css ... htmx/hyperscript are just so closely intertwined with css that I don't see a lack of css discussion anytime soon.
  • r

    refined-waiter-90422

    09/19/2022, 7:43 AM
    missing has already achieved pretty much what it set out to do I think
  • c

    cuddly-keyboard-70746

    09/19/2022, 1:41 PM
    Missing dot?
  • c

    cuddly-keyboard-70746

    09/19/2022, 1:42 PM
    What's missing?
  • f

    freezing-waitress-26396

    09/19/2022, 1:43 PM
    the Javascript on the page, because it doesn't work
  • c

    cuddly-keyboard-70746

    09/19/2022, 1:47 PM
    I think I am missing some context, which page?
  • g

    gorgeous-airport-54386

    09/19/2022, 2:39 PM
    https://missing.style
  • m

    miniature-lizard-24702

    09/19/2022, 5:10 PM
    mobile support when?
  • g

    gorgeous-airport-54386

    09/19/2022, 5:10 PM
    ...now?
  • g

    gorgeous-airport-54386

    09/19/2022, 5:10 PM
    Oh, the flexbox is broken
  • g

    gorgeous-airport-54386

    09/21/2022, 3:50 AM
    should i make a vscode theme from missing.css colors
  • m

    miniature-lizard-24702

    09/21/2022, 8:39 AM
    🤔
  • g

    gorgeous-airport-54386

    09/22/2022, 11:46 AM
    https://gist.github.com/dz4k/0441c40173ca7b3402c88fb359665158 the list of all classes and custom elements in missing.css
  • g

    gorgeous-airport-54386

    09/22/2022, 11:47 AM
    I'd love if people gave it a browse and offered feedback on the naming, what's redundant, what's lacking etc.
  • m

    mysterious-toddler-20573

    09/22/2022, 1:18 PM
    overall I love the naming
  • m

    mysterious-toddler-20573

    09/22/2022, 1:18 PM
    what is the distinction here?
  • m

    mysterious-toddler-20573

    09/22/2022, 1:18 PM
    and what does vh maen?
  • g

    gorgeous-airport-54386

    09/22/2022, 1:21 PM
    visually hidden
  • g

    gorgeous-airport-54386

    09/22/2022, 1:22 PM
    It's used a lot for fallback punctuation
  • g

    gorgeous-airport-54386

    09/22/2022, 1:22 PM
    i.e. if you have a sub-title, but CSS doesn't load, you can add a comma or em dash
  • g

    gorgeous-airport-54386

    09/22/2022, 1:23 PM
    no distinction, and I'm planning on deprecating the element forms. They're just shorthand
  • g

    gorgeous-airport-54386

    09/22/2022, 2:25 PM
    One change I'm planning is to make things more consistent. Previously I used dashes for "components" and all one word for utilities, but the distinction between those is quite blurry.
  • g

    gorgeous-airport-54386

    09/22/2022, 2:26 PM
    Also: remove
    tool-bar
    in favor of
    f-row flex-wrap:wrap
    and add an ARIA toolbar component with more features
1...282930...44Latest