Ditch bootstrap for bulma

This commit is contained in:
Tristan Daniël Maat 2022-06-21 12:16:33 +01:00
parent 5c72fe455f
commit abe8ee631e
Signed by: tlater
GPG key ID: 49670FD774E43268
13 changed files with 1107 additions and 4223 deletions

View file

@ -33,12 +33,10 @@
cp -r dist $out/
'';
postFixup = ''
${pkgs.rename}/bin/rename 's/.html$/.html.hbs/' $out/browser/*.html
'';
node_modules_attrs = {
buildInputs = with pkgs; [
elmPackages.elm
pkg-config
python3
vips
@ -55,6 +53,8 @@
src = self;
node_modules_attrs = {
buildInputs = with pkgs; [
elmPackages.elm
pkg-config
python3
vips