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

    gorgeous-airport-54386

    05/30/2022, 9:41 PM
    .
  • g

    gorgeous-airport-54386

    05/30/2022, 9:43 PM
    the default branch should be dev
  • g

    gorgeous-airport-54386

    05/30/2022, 9:43 PM
    so we don't get people opening prs against prod
  • g

    gorgeous-airport-54386

    05/30/2022, 9:43 PM
    also the build should work now
  • g

    gorgeous-airport-54386

    05/30/2022, 9:44 PM
    ok that should be all
  • g

    gorgeous-airport-54386

    05/30/2022, 9:44 PM
    thanks
  • m

    mysterious-toddler-20573

    05/30/2022, 9:44 PM
    running a deploy now
  • m

    mysterious-toddler-20573

    05/30/2022, 9:45 PM
    deno.land 🦕
  • m

    mysterious-toddler-20573

    05/30/2022, 9:45 PM
    Copy code
    3:44:53 PM: TypeError: Module not found "https://raw.githubusercontent.com/lumeland/experimental-plugins/main/prism/deps.ts".
    3:44:53 PM:     at file:///opt/build/repo/www/_build/highlighting.ts:3:19
    3:44:53 PM:     at (file:///opt/build/repo/www/_build/highlighting.ts:3:19)
    3:44:53 PM:     | 2 | import prismHighlight from "https://raw.githubusercontent.com/lumeland/experimental-plugins
  • g

    gorgeous-airport-54386

    05/30/2022, 9:46 PM
    wtf
  • g

    gorgeous-airport-54386

    05/30/2022, 9:46 PM
    it worked before?
  • m

    mysterious-toddler-20573

    05/30/2022, 9:46 PM
    Copy code
    3:44:53 PM: ----------------------------------------
    3:44:53 PM: Different lume versions mixed:
    3:44:53 PM: The import map file import_map.json imports Lume v1.7.4
    3:44:53 PM: but CLI version is v1.9.1.
    3:44:53 PM: Run lume import-map to update import_map.json with your CLI version.
    3:44:53 PM: ----------------------------------------
  • g

    gorgeous-airport-54386

    05/30/2022, 9:46 PM
    ok...
  • m

    mysterious-toddler-20573

    05/30/2022, 9:47 PM
    last successful deploy on the 18th
  • g

    gorgeous-airport-54386

    05/30/2022, 9:47 PM
    i think i know what's going on
  • g

    gorgeous-airport-54386

    05/31/2022, 8:53 PM
    i fixed it
  • g

    gorgeous-airport-54386

    06/01/2022, 5:20 PM
    missing.css now has a syntax theme
  • g

    gorgeous-airport-54386

    06/01/2022, 5:21 PM
    the colors are taken from existing CSS variables
  • g

    gorgeous-airport-54386

    06/01/2022, 6:06 PM
    A preview of what changelog pages will look like:
  • m

    mysterious-toddler-20573

    06/01/2022, 8:20 PM
    sweet!
  • m

    mysterious-toddler-20573

    06/01/2022, 10:10 PM
    table { width: 100% }
  • m

    mysterious-toddler-20573

    06/01/2022, 10:10 PM
    discuss
  • r

    refined-waiter-90422

    06/02/2022, 4:05 AM
    If you just want to make sure you're wrapping what's inside without breaking it
    fit-content
    might be more appropriate.
  • r

    refined-waiter-90422

    06/02/2022, 4:11 AM
    although you can probably get 99% of wherever you wanna be with
    display:table
    .. the
    fit-content
    stuff came out with grid.
  • r

    refined-waiter-90422

    06/02/2022, 4:20 AM
    grid is just a rethink of tables, really, moved fully into CSS. Feels like a dear old friend upgraded with new shit.
  • r

    refined-waiter-90422

    06/02/2022, 5:50 AM
    @gorgeous-airport-54386 btw for font sizing on htmx.org Good idea for
    body
    font size to be
    px
    because then you can use
    rem
    or
    px
    for everything else. The issue with using
    em
    everywhere is it'll re-scale your fonts to whatever element is the immediate parent, this is fine in some situations but you'll get random resizing when moving elements around.
    rem
    will use the document root size. If you set
    body: { font-size: 10px; }
    you can use
    rem
    everywhere else with sanity... examples:
    1rem
    =
    10px
    1.5rem
    =
    15px
    2rem
    =
    20px
  • r

    refined-waiter-90422

    06/02/2022, 5:51 AM
    And then if you want to scale things up/down, you just have 1 value to change:
    body { font-size: ... }
  • r

    refined-waiter-90422

    06/02/2022, 5:52 AM
    Also you never have to see shit like
    1.666666667em
  • j

    jolly-kite-167

    06/03/2022, 9:49 PM
    Experimenting with the suggestions from https://systemfontstack.com/ in missing.style https://glitch.com/edit/#!/missing-style-system-fonts-stack
  • g

    gorgeous-airport-54386

    06/03/2022, 10:06 PM
    it looks a bit... stuffy
1...212223...44Latest