add sass for .sass/.scss compilation
This commit is contained in:
parent
ba6a4de70c
commit
06735fbd01
1 changed files with 5 additions and 1 deletions
|
|
@ -16,8 +16,12 @@
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
bash
|
# dev local server
|
||||||
simple-http-server
|
simple-http-server
|
||||||
|
|
||||||
|
# css baking
|
||||||
|
sass
|
||||||
|
# image baking (from .svg)
|
||||||
imagemagick
|
imagemagick
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue