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

    mysterious-toddler-20573

    02/18/2022, 8:21 PM
    I recall
  • g

    gorgeous-airport-54386

    02/18/2022, 8:21 PM
    native fonts are great... until you want to rely on things like opentype features (tabular numerals, true small caps etc)
  • m

    mysterious-toddler-20573

    02/18/2022, 8:22 PM
    This will be configurable via variables, so probably pick what you feel is reasonable
  • a

    ancient-shoe-86801

    02/18/2022, 8:49 PM
    pico.css uses these:
    Copy code
    --font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
        "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    and
    Copy code
    pre,
    code,
    kbd,
    samp {
      --font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace",
        "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
  • g

    gorgeous-airport-54386

    02/18/2022, 8:50 PM
    nice hack i learned: if you put
    monospace, monospace
    into a monospace font stack, it won't shrink
  • c

    calm-ice-23682

    02/19/2022, 4:27 AM
    not really following this channel but I saw this and thought it was pretty cool. "Attributify" is a clever way of organizing your utility classes ( granted it's targeted at larger css projects ) https://windicss.org/features/attributify.html
  • r

    refined-waiter-90422

    02/19/2022, 5:07 AM
    TBH would rather use tailwind if going that route. Less shit to type, closer to vanilla css.
  • r

    refined-waiter-90422

    02/19/2022, 5:08 AM
    Interesting idea though
  • s

    stocky-dentist-80693

    02/19/2022, 4:55 PM
    I'd like to see this project use the "native" font stack, ala Pico or Bootstrap 5. Pulling in Web fonts by default seems to go against the ethos of it all. Personal taste, I know, but I think the existing Heading styles on classless.de look ugly.
  • g

    gorgeous-airport-54386

    02/19/2022, 5:12 PM
    https://missing.style/html5/#text__headings how do you like these?
  • m

    mysterious-toddler-20573

    02/19/2022, 5:28 PM
    I vote bold for h1 too
  • s

    stocky-dentist-80693

    02/19/2022, 5:32 PM
    They are beautiful 🙂 👌
  • j

    jolly-kite-167

    02/19/2022, 6:22 PM
    i noticed that blockquote is demoed twice in that html test page
  • g

    gorgeous-airport-54386

    02/20/2022, 6:59 PM
    what the actual fuck is this
  • g

    gorgeous-airport-54386

    02/20/2022, 7:08 PM
    Copy code
    css
    input[type="image"] {
      position: fixed;
      inset: 10%;
      border: 2em dashed red;
      box-shadow: 0 0 0 2em greenyellow;
    }
  • g

    gorgeous-airport-54386

    02/20/2022, 7:08 PM
    all in favor say aye
  • g

    gorgeous-airport-54386

    02/20/2022, 7:08 PM
    aye
  • g

    gorgeous-airport-54386

    02/20/2022, 7:08 PM
    all against say nay
  • g

    gorgeous-airport-54386

    02/20/2022, 7:08 PM
    the aye's seem to have it
  • s

    stocky-yak-83920

    02/20/2022, 7:15 PM
    Screenshot of it on a page?
  • s

    stocky-yak-83920

    02/20/2022, 7:18 PM
    Looks beautiful 😬
  • j

    jolly-kite-167

    02/20/2022, 7:22 PM
    i forgot that image buttons did that .x and .y thing. almost as useful as image maps these days.
  • g

    gorgeous-airport-54386

    02/20/2022, 8:38 PM
    and on narrow viewports:
  • g

    gorgeous-airport-54386

    02/20/2022, 8:53 PM
    now live on https://missing.style/demos/blogpost/ to see in your own browser
  • g

    gorgeous-ghost-95789

    02/21/2022, 2:51 PM
    Image maps were a thing in the 1990’s. It was the best we had (kinda like listening to music on CD’s)
  • g

    gorgeous-airport-54386

    02/21/2022, 9:01 PM
    Copy code
    deniz  ⬢ fedora-toolbox-35  🗀 missing  ⎇ master
    $ wc --bytes dist/missing.*
    20839 dist/missing.css
     8733 dist/missing.min.css
     2134 dist/missing.min.css.br
     2483 dist/missing.min.css.gz
  • m

    mysterious-toddler-20573

    02/21/2022, 9:47 PM
    good or bad?
  • g

    gorgeous-airport-54386

    02/21/2022, 9:47 PM
    idk
  • m

    mysterious-toddler-20573

    02/21/2022, 9:47 PM
    I don't think we are size-concerned
  • g

    gorgeous-airport-54386

    02/21/2022, 9:47 PM
    it's mostly empty at this point
1...111213...44Latest