NonGNU ELPA - sass-mode

sass-mode

Description
Major mode for editing Sass files
Latest
sass-mode-3.0.16.tar, 2021-Aug-29, 20.0 KiB
Maintainer
Natalie Weizenbaum <>
Home page
http://github.com/nex3/haml/tree/master
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET sass-mode RET

Full description

Because Sass's indentation schema is similar
to that of YAML and Python, many indentation-related
functions are similar to those in yaml-mode and python-mode.

To install, save this on your load path and add the following to
your .emacs file:

(require 'sass-mode)

sass-mode requires haml-mode, which can be found at http://github.com/nex3/haml-mode.