index
:
css-everything
main
A ui framework where you only write turing complete CSS. No HTML, no JS, no build system, just CSS (kinda)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell.nix
blob: 0c0dda90e041a5252ac32aa807e522b9f6896697 (
plain
) (
blame
)
1
2
3
4
5
6
with
(
import
<nixpkgs>
{
});
mkShell
{
buildInputs
=
[
nodejs-18_x
];
}