SCSS Compiler

All 3.3.x (Rhea) Extensions released in our Extensions Database will be announced in here. All support for released Extensions needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of Extensions. Any Extension support should be obtained through the Customisations Database in the support area designated for each Extension.

A direct link to support for each Extension is in the first post of the respective topic.
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29353
Joined: Sat Aug 16, 2003 7:36 am

SCSS Compiler

Post by Extensions Robot »

Extension name: SCSS Compiler
Author: MarkDHamill
Extension description: Some phpBB styles are written in a SASS (Syntactically Awesome Stylesheets) syntax and generate .scss files. These .scss files are then compiled by a SCSS compiler, generating a CSS file which is used to render the style. The Elegance style by Artodia is one such example. SCSS files offer additional flexibility in configuring and maintaining a style. You make changes to the .scss files then recompile the style.

However, there is no way to compile these styles within phpBB. This extension compiles these files. Once installed, you will find it on the Customise tab: ACP > Customise > Style management > SCSS compiler

You should backup the styles' theme folders before editing any files. Typically the compiled files are placed in the /store/phpbbservices/scsscompiler folder. You then move them manually into the applicable theme folder for the compiled style. But if the theme folder for the compiled styles is writable, the extension will overwrite the old stylesheet.css file; hence the need to make sure it is backed up.

The extension uses the integrated SCSSPHP PHP library to compile these styles. If there is a SCSS syntax error, it will appear on an error screen. You can use this to fix the error.

Only installed SCSS-based styles can be compiled. Inactive styles can be compiled but uninstalled styles cannot be.
Extension version: 1.0.6
Tested on phpBB version: 3.3.8

Download file: scsscompiler_1.0.6.zip
File size: 354.87 KiB

Extension overview page: View

Except where otherwise noted, the phpBB Team is not responsible nor required to provide support for this extension. By installing this extension, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Extension support<--
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28935
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: SCSS Compiler

Post by Paul »

Extension validated/released

Return to “[3.3.x] Extensions Database Releases”