DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

What does it do?ΒΆ

This extension compiles the scss (sass) files into the css file format. To include your scss file, you can use the page.includeCSS typoscript command as usual.

This extensions uses the SCSSPHP compiler: http://leafo.github.io/scssphp

The extension comes with a cache function. That means, that the scss files will be compiled only if necessary.

You can pass values via typoscript to the scss files.