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

    gorgeous-ghost-95789

    02/12/2022, 12:04 AM
    I like this, in particular, because it goes against the current "Silicon Valley" way of doing things, which is my first indication that it might be the right way to go.
  • g

    gorgeous-ghost-95789

    02/12/2022, 12:05 AM
    Does this make enough sense on its own for this discussion? Or, should I flesh this idea out more with an example to make clear what I'm getting at?
  • g

    gorgeous-ghost-95789

    02/12/2022, 12:05 AM
    My grammar checker wants me to say "at what I'm getting" -- but I'm just not gonna. 😛
  • m

    mysterious-toddler-20573

    02/12/2022, 12:26 AM
    Yes that was my idea with high powered classes and layouts could fall under this for sure
  • m

    mysterious-toddler-20573

    02/12/2022, 3:38 AM
    I like a few "high power" classes to apply to the body for general layouts (top nav, left nav, hero, etc.) and then from there you use our
    row
    and
    card
    concepts
  • m

    mysterious-toddler-20573

    02/12/2022, 3:49 AM
    https://twitter.com/htmx_org/status/1492345075959050240
  • m

    mysterious-toddler-20573

    02/12/2022, 4:11 PM
    https://missing.style
  • m

    mysterious-toddler-20573

    02/12/2022, 4:11 PM
    “The Missing Stylesheet”
  • m

    mysterious-toddler-20573

    02/12/2022, 4:13 PM
    Kept kicking around in my head from the old missing manuals: https://www.oreilly.com/missingmanuals/
  • p

    powerful-evening-99811

    02/12/2022, 4:22 PM
    Other potential sources of inspiration: https://andybrewer.github.io/mvp/#docs (i like how they document the list of tags and show how to manipulate the CSS vars) https://classless.de/#demo
  • r

    red-farmer-97020

    02/12/2022, 5:20 PM
    I don't like MVP because there's a lot more magic/hijacking of elements compared to Pico, but the overall concept is solid
  • m

    mysterious-toddler-20573

    02/12/2022, 5:22 PM
    Very glad to have you on the project!
  • r

    red-farmer-97020

    02/12/2022, 5:23 PM
    I've been lurking a bit lol, seems interesting to be honest
  • m

    mysterious-toddler-20573

    02/12/2022, 5:23 PM
    What are some examples of mvp being too aggressive? @User has mentioned using some nesting to make sure we don’t too aggressively style things
  • r

    red-farmer-97020

    02/12/2022, 5:24 PM
    My personal opinion is that a fork of Bulma with styles applied by default would be perfect
  • r

    red-farmer-97020

    02/12/2022, 5:24 PM
    It really nails the important utility classes
  • m

    mysterious-toddler-20573

    02/12/2022, 5:24 PM
    I like pico a lot of ootb styling
  • r

    red-farmer-97020

    02/12/2022, 5:24 PM
    Section > aside is a card I think
  • r

    red-farmer-97020

    02/12/2022, 5:25 PM
    Which makes little sense to me from a semantic point of view
  • m

    mysterious-toddler-20573

    02/12/2022, 5:28 PM
    We can take the beat of bulma but we want to avoid classes via opinionated vanilla html (including aria)
  • m

    mysterious-toddler-20573

    02/12/2022, 5:28 PM
    Best of
  • m

    mysterious-toddler-20573

    02/12/2022, 5:33 PM
    How do you feel about @User suggestion of li > article ?
  • g

    gorgeous-airport-54386

    02/12/2022, 5:38 PM
    we might want to have a concept of "contexts" -- many elements have different meanings in different contexts; i.e. a
    <section>
    can be a toolbar or U.S.C. Section 3. Example contexts: `prose`: document-like content, blog posts, landing pages, informational sites `widget`: interactive figures usually embedded in noninteractive content
  • m

    mysterious-toddler-20573

    02/12/2022, 5:43 PM
    Can you change styling based on children?
  • g

    gorgeous-airport-54386

    02/12/2022, 5:43 PM
    nope
  • g

    gorgeous-airport-54386

    02/12/2022, 5:43 PM
    not until
    :has()
    gets good browser support
  • m

    mysterious-toddler-20573

    02/12/2022, 5:46 PM
    That’s too bad
  • m

    mysterious-toddler-20573

    02/12/2022, 5:46 PM
    But gives us a long run goal
  • g

    gorgeous-airport-54386

    02/12/2022, 5:46 PM
    how do we feel about using custom elements for layout?
  • g

    gorgeous-airport-54386

    02/12/2022, 5:47 PM
    Copy code
    html
    <missing-card>
      <img src="">
      <p>stuff</p>
    </missing-card>
1...456...44Latest