From 006c56e04802656065229e969206c0c05b897330 Mon Sep 17 00:00:00 2001 From: Joonas Date: Mon, 7 Oct 2024 15:45:21 +0300 Subject: [PATCH] Fix sass version --- Rakefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Rakefile b/Rakefile index 87634b3..5624da9 100644 --- a/Rakefile +++ b/Rakefile @@ -6,10 +6,6 @@ def install_module(path) Dir.chdir(path) do system("bundle exec rake decidim_locations:install:migrations") system("bundle exec rake db:migrate") - - # Temporary fix to overcome the issue with sass-embedded, see: - # https://github.com/decidim/decidim/pull/11074 - system("npm i sass-embedded@~1.62.0") end end