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

    swift-translator-13366

    05/13/2022, 9:15 AM
    There are also a bunch more listed at https://github.com/dbohdan/classless-css
  • a

    adamant-exabyte-92636

    05/13/2022, 9:31 AM
    The process that led to the creation of missing.style, afaik: - "classless" css frameworks: "Look ma, not a class in sight!" - practical web developers: "Okkkkk.... but what happens when I want to do stuff that you can't do in a totally classless way?" - "classless" css frameworks: "Oh .. uh, I dunno. Roll you own custom classes, or use tailwind" - practical web developers: 😑 then, on the other end of the spectrum: - "tailwind-style" css frameworks: "Look ma, nary a custom css class in sight!" - practical web developers: "Okkkkkk.... but what about keepings things DRY? - "tailwind-style" css frameworks: "You can always compose custom classes using our base classes, oh and don't forget the build step" - practical web developers: 😑 whilst what we all really want (well, at least what I really want, as a proud member of the practical web developers club): - practical web developers: "Why can't we start off with a classless approach... and then have a useful set of utility classes, that are easily overrideable/themeable, to use as necessary?" - @mysterious-toddler-20573: 😑 and so missing.style was born. Does that sound about right?
  • b

    bland-coat-6833

    05/13/2022, 11:01 AM
    Classless or pico + tachyons is a great start.
  • r

    red-farmer-97020

    05/13/2022, 2:32 PM
    It's a heavy stylesheet but fantastic for designing and building
  • b

    bland-coat-6833

    05/13/2022, 3:37 PM
    Tachyons? Yeah. Probably more than you need but saves you going full Tailwind.
  • j

    jolly-kite-167

    05/13/2022, 7:10 PM
    Question: Is missing.style using the same BSD 2-Clause "Simplified" License as HTMX and Hyperscript?
  • m

    mysterious-toddler-20573

    05/13/2022, 7:12 PM
    yes
  • m

    mysterious-toddler-20573

    05/13/2022, 7:13 PM
    Considering a BSD 0-Clause licence
  • j

    jolly-kite-167

    05/13/2022, 7:14 PM
    i noticed a lot of the ones in that list either use MIT or ISC, which is where BSD0 comes from
  • j

    jolly-kite-167

    05/13/2022, 7:22 PM
    https://github.com/dohliam/dropin-minimal-css/pull/49
  • g

    gorgeous-airport-54386

    05/15/2022, 1:50 PM
    MIT is good imo, permissive & everyone knows the terms
  • g

    gorgeous-airport-54386

    05/15/2022, 7:43 PM
    Copy code
    html
    <div class="box">
        <div class="basicgrid colwidth-s">
            <div class="box"      >Sidebar  </div>
            <div class="box col-4">Main     </div>
            <div class="box col-2">Auxiliary</div>
        </div>
    </div>
  • g

    gorgeous-airport-54386

    05/15/2022, 10:20 PM
    some very incomplete documentation: https://missing.style/docs/
  • g

    gorgeous-airport-54386

    05/16/2022, 11:34 AM
    made a thing to build all past versions of missing.css and put them in the website
  • g

    gorgeous-airport-54386

    05/16/2022, 11:36 AM
    https://github.com/bigskysoftware/missing/blob/master/build/version-archive.sh
  • g

    gorgeous-airport-54386

    05/17/2022, 5:53 PM
    I am happy to announce that Missing.css is now 100%
    node_modules
    -free, as I moved the build script to Deno (install Deno on Linux/Windows/Mac: https://deno.land/#installation. uninstall: delete
    %USERPROFILE%/.deno
    or
    ~/.deno
    ).
  • g

    gorgeous-airport-54386

    05/18/2022, 9:51 PM
    finals are coming up so i'm going to disappear for a while
  • m

    mysterious-toddler-20573

    05/18/2022, 10:10 PM
    good luck Deniz!
  • m

    mysterious-toddler-20573

    05/18/2022, 10:11 PM
    I always tell my students: "In five years, no one will care what grade you got in this class." My hope is to make them more relaxed about things, but unfortunately it appears to also trigger existential angst in many of them... ¯\_(ツ)_/¯
  • r

    refined-waiter-90422

    05/18/2022, 11:13 PM
    gl gl
  • g

    gorgeous-ghost-95789

    05/22/2022, 1:03 AM
    You would all be appalled at my grades in college. It worked out great for me. Absolutely no one ever cared about my grades (except my dad). But they will care about what you learned, and WHO YOU ARE as a human being.
  • g

    gorgeous-airport-54386

    05/30/2022, 7:40 PM
    @mysterious-toddler-20573 I've decided on the branch structure for missing.css and need your collaboration No
    master
    or
    main
    branch The default branch is called
    dev
    To make a release, make a git tag matching the regex
    ^v\d+\.\d+\.\d+
    (regex actually used in code to provide older versions on //the.missing.style) Then, move the
    prod
    branch to the latest release
  • m

    mysterious-toddler-20573

    05/30/2022, 9:20 PM
    ok
  • g

    gorgeous-airport-54386

    05/30/2022, 9:28 PM
    update netlify settings accordingly?
  • m

    mysterious-toddler-20573

    05/30/2022, 9:39 PM
    point at prod
  • g

    gorgeous-airport-54386

    05/30/2022, 9:40 PM
    i don't have the right to change the default branch on github
  • m

    mysterious-toddler-20573

    05/30/2022, 9:40 PM
    starting a build
  • g

    gorgeous-airport-54386

    05/30/2022, 9:40 PM
    a branch deploy for dev would be nice too
  • g

    gorgeous-airport-54386

    05/30/2022, 9:41 PM
    i haven't created the prod branch yet
  • m

    mysterious-toddler-20573

    05/30/2022, 9:41 PM
    Copy code
    3:40:54 PM: Failed during stage 'preparing repo': git ref refs/heads/prod does not exist
1...202122...44Latest