diff --git a/modules/module-sass.el b/modules/module-sass.el index f80b3a8ac..176204dfc 100644 --- a/modules/module-sass.el +++ b/modules/module-sass.el @@ -9,12 +9,10 @@ :mode "\\.scss$" :init (add-hook! scss-mode 'narf|enable-tab-width-2) + (add-hook! scss-mode 'hs-minor-mode) (setq-default css-indent-offset 2) (setq scss-compile-at-save nil) :config - ;; Syntax coloring breaks on consecutive loads for some reason. This fixes that: - (add-hook! scss-mode 'css-mode) - (after! web-beautify (add-hook! scss-mode (setenv "jsbeautify_indent_size" "2")) (bind! :map scss-mode-map :m "gQ" 'web-beautify-css))