lightweight, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 121 B view raw
1{pkgs ? import <nixpkgs> {}}: 2pkgs.mkShell { 3 nativeBuildInputs = with pkgs.buildPackages; [ 4 pnpm 5 nodejs 6 ]; 7}