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
/
default.nix
blob: f36c12f349d7ca7342a14daf1ec3ab0662c0d605 (
plain
) (
blame
)
1
2
3
4
with
(
import
<nixpkgs>
{
});
mkShell
{
buildInputs
=
[
nodejs-18_x
];
}