stevekrouse avatar
stevekrouse
classless_css
HTTP
Utilities for Classless CSS Forked from Paul Kinlan's Classless CSS Demo Usage For projects that should be pretty in an unopinionated way import { randomStyle } from "https://esm.town/v/stevekrouse/classless_css"; export default async function(req: Request): Promise<Response> { return new Response(`<h1>Welcome to Val Town!</h1>${randomStyle}`, { headers: { "Content-Type": "text/html", }, }); }
2
stevekrouse avatar
stevekrouse
shuffle
Script
An interactive, runnable TypeScript val by stevekrouse
0
thierryc avatar
thierryc
classless_css
HTTP
Forked from stevekrouse/classless_css
0
1
Next
Updated: October 23, 2023