feat(sass): switch to @use and setup lsp server

This commit is contained in:
matt1432 2024-10-31 15:35:03 -04:00
parent 1148c8edef
commit ab8626e3b1
25 changed files with 192 additions and 83 deletions
packages

View file

@ -38,6 +38,8 @@
repl = pkgs.callPackage ./repl {};
some-sass-language-server = pkgs.callPackage ./some-sass-language-server {};
trash-d = pkgs.callPackage ./trash-d {
inherit (inputs) trash-d-src;
};