You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 "$VD/compile-tokens.py""$D41OPT/tokens.json" --out-css "$D41OPT/tokens.css" --out-tailwind "$D41OPT/tokens.theme.css" --verify >/dev/null 2>&1&& rm -f "$D41OPT/tokens.css"&&! python3 "$VD/compile-tokens.py""$D41OPT/tokens.json" --out-css "$D41OPT/tokens.css" --out-tailwind "$D41OPT/tokens.theme.css" --verify >/dev/null 2>&1&& ok "D.41: a project with no Tailwind bridge passes, a project with no CSS does not"|| bad "D.41 treats the optional bridge and the required CSS alike"
452
+
453
+
# ...and --verify refuses to guess its own paths, which is how a reviewer got a
[ "$?"-eq 2 ] && ok "D.41: --verify against default paths is refused, not answered"|| bad "D.41 --verify still compares against whatever is in the working directory"
457
+
445
458
# --- [Т-1] the declared dark ramp ----------------------------------------
446
459
# The dark theme used to live in a comment ("87/60/38% over #121212") next to
447
460
# sixteen literals nobody could check against it. Now the sentence is
0 commit comments