NAME
Mojolicious::Plugin::AssetPack::Preprocessor::Scss - Preprocessor for .scss files
DESCRIPTION
Mojolicious::Plugin::AssetPack::Preprocessor::Scss is a preprocessor for .scss
files. This module inherite all the functionality from Mojolicious::Plugin::AssetPack::Preprocessor::Sass.
COMPASS
Compass is an open-source CSS Authoring Framework built on top of "sass". See http://compass-style.org/ for more information.
Installation on Ubuntu and Debian:
$ sudo apt-get install rubygems
$ sudo gem install compass
This module will try figure out if "compass" is required to process your *.scss
files. This is done with this regexp on the top level sass file:
m!\@import\W+compass\/!;
NOTE! Compass support is experimental.
You can disable compass detection by setting the environment variable MOJO_ASSETPACK_NO_COMPASS
to a true value.
METHODS
process
This method use "sass" to process $text
.
See "process" in Mojolicious::Plugin::AssetPack::Preprocessor.
COPYRIGHT AND LICENSE
Copyright (C) 2014, Jan Henning Thorsen
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
AUTHOR
Jan Henning Thorsen - jhthorsen@cpan.org