ELPA Logo NonGNU ELPA: sass-mode

sass-mode Atom Feed

Description
Major mode for editing Sass files
Latest
sass-mode.tar (.sig), 2024-Mar-31, 20.0 KiB
Maintainer
Other versions:
development version
Website
http://github.com/nex3/haml/tree/master
ELPA's Repository
CGit or Gitweb
All Dependencies
haml-mode (.tar)
cl-lib (.tar)
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.