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

    mysterious-toddler-20573

    03/07/2022, 7:37 PM
    what does id430 mean?
  • g

    gorgeous-airport-54386

    03/07/2022, 7:37 PM
    course code
  • g

    gorgeous-airport-54386

    03/07/2022, 7:37 PM
    Industrial Design 430
  • g

    gorgeous-airport-54386

    03/07/2022, 7:38 PM
    an elective course I'm taking, and we need to make design blogs
  • m

    mysterious-toddler-20573

    03/07/2022, 7:39 PM
    perfect
  • m

    mysterious-toddler-20573

    03/07/2022, 7:40 PM
    so I think we (you) should get to a spot where you are happy with the initial infrastructure, and we should schedule a video meeting to discuss: * the general approach and code layout * open questions you have * possible splits of future work
  • m

    mysterious-toddler-20573

    03/07/2022, 7:41 PM
    At that point we can start having informed async conversations
  • m

    mysterious-toddler-20573

    03/07/2022, 7:41 PM
    These things are always a bit like an old diesel engine turning over for the first time.
  • g

    gorgeous-airport-54386

    03/07/2022, 7:52 PM
    Copy code
    css
    :root {
        --main-font: 'Source Serif 4', serif;
        --display-font: 'Source Sans Pro', sans-serif;
        --line-length: 65ch;
        --accent: #f20000;
        --muted-accent: #ee8383;
        --bg-2: #fff8f8;
        --bg-3: #e1dfdf;
        font-size: 1.3em;
        font-variant-numeric: oldstyle-nums;
    }
  • g

    gorgeous-airport-54386

    03/07/2022, 8:12 PM
    fiddling with css vars is fun
  • m

    mysterious-toddler-20573

    03/07/2022, 8:22 PM
    lol
  • m

    mysterious-toddler-20573

    03/07/2022, 8:23 PM
    what do you think about slapping some very slight lighter-to-darker gradients on the color elements?
  • g

    gorgeous-airport-54386

    03/07/2022, 8:36 PM
    gradients are hard to make themeable unfortunately
  • g

    gorgeous-airport-54386

    03/07/2022, 8:36 PM
    gnome is making everything flat for this reason
  • g

    gorgeous-airport-54386

    03/07/2022, 8:36 PM
    epic reply fail
  • m

    mysterious-toddler-20573

    03/07/2022, 8:45 PM
    can one be faked w/ a slight inner box shadow?
  • g

    gorgeous-airport-54386

    03/07/2022, 8:45 PM
    beebeebeebeebeebeebee
  • m

    mysterious-toddler-20573

    03/07/2022, 8:45 PM
    I like having up be up and down be down
  • m

    mysterious-toddler-20573

    03/07/2022, 8:45 PM
    I am happy to try it
  • m

    mysterious-toddler-20573

    03/07/2022, 8:51 PM
    https://stackoverflow.com/a/41265350
  • m

    mysterious-toddler-20573

    03/07/2022, 8:51 PM
    does this mean anything to you?
  • r

    refined-waiter-90422

    03/08/2022, 6:00 AM
    hot tip there.
  • r

    refined-waiter-90422

    03/08/2022, 6:45 AM
    Also hate to be that guy not sure how committed you guys are to missing.css, but: ... ultra light. ... styles the built-in tags, with some small add ons for colors, alignment, similar to missing. ... stylus based.. the actual root source code is miniscule.
  • r

    refined-waiter-90422

    03/08/2022, 6:47 AM
    not invented here but still may be worth a 👀
  • g

    gorgeous-airport-54386

    03/08/2022, 6:48 AM
    yeah but it's ugly
  • g

    gorgeous-airport-54386

    03/08/2022, 6:48 AM
    i will probably steal the utilities though
  • p

    powerful-evening-99811

    03/08/2022, 7:35 AM
    @User like this? https://jsfiddle.net/8quk3jLg/
  • g

    gorgeous-airport-54386

    03/08/2022, 3:48 PM
    Copy code
    css
    :is(form-table, [is="form-table"]) {
        display: table;
        width: 100%;
        border-spacing: 0 calc(var(--rhythm) / 1);
    
        & p {
            display: table-row;
    
            & > * {
                display: table-cell;
                vertical-align: baseline;
                margin: 0;
            }
        }
    
    }
  • j

    jolly-kite-167

    03/08/2022, 5:04 PM
    was looking at Yet Another CSS Lib yesterday and liked a few things here, but WTF do they mean that means "unarticulated" now? https://alvaromontoro.github.io/almond.css/demo/
  • g

    gorgeous-airport-54386

    03/08/2022, 5:05 PM
    https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-u-element
1...151617...44Latest