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