sass-mode
- Description
- Major mode for editing Sass files
- Latest
- sass-mode-3.0.16.0.20190502.5315.tar (.sig), 2024-Mar-31, 20.0 KiB
- Maintainer
- Atom feed
- sass-mode.xml
- Website
- http://github.com/nex3/haml/tree/master
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
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.