A package for formatting CSS files.
Currently it only supports toggling between inline and block style formats of a CSS code block.
To install it, put this file in your load-path and add the following
line to your init file (usually $HOME/.emacs).
(require 'css-format)From inside a CSS block you can call css-format-inline or
css-format-block to format that specific block.