Download the PHP package rllngr/kirby-scssizer without Composer
On this page you can find all versions of the php package rllngr/kirby-scssizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rllngr/kirby-scssizer
More information about rllngr/kirby-scssizer
Files in rllngr/kirby-scssizer
Package kirby-scssizer
Short Description Kirby plugin — SCSS compiler powered by scssphp, no Node.js or Ruby required
License MIT
Homepage https://github.com/RLLNGR/kirby-scssizer
Informations about the package kirby-scssizer
kirby-SCSSizer
A Kirby CMS plugin that compiles SCSS to CSS on the fly — no Node.js or Ruby required. Part of the rllngr plugin set.
Features
- Compiles SCSS to CSS automatically on every request (only when source has changed)
- Two modes: explicit file mapping or per-template compilation
- Expanded output in debug mode, compressed in production — no config needed
- Change detection across all imported partials (
@use,@forward,@import) - SCSS variables injectable from
config.php - Built-in Kirby snippet and page method — place it anywhere in your templates
- Powered by scssphp (pure PHP, no external dependencies)
Requirements
- Kirby 3.9+
- PHP 8.1+
Installation
Via Composer (recommended — installs automatically into site/plugins/):
Manually — download or clone into site/plugins/kirby-scssizer, then run composer install inside the folder.
Configuration
In site/config/config.php:
Usage
Explicit files
Declare your source/output pairs in files. Compilation is triggered automatically — use Kirby's css() helper to include the output:
Per-template
Configure templates and call the built-in snippet or page method from anywhere in your layouts:
The snippet is registered by the plugin itself — no file needed in site/snippets/.
Migrating from
snippet('scss'): replace it withsnippet('rllngr/kirby-scssizer').
Credits
Built on top of scssphp by Leaf Corcoran, Anthon Pang and Cédric Morin — MIT license.
License
MIT — Nicolas Rollinger
All versions of kirby-scssizer with dependencies
getkirby/composer-installer Version ^1.0
scssphp/scssphp Version ^1.12 || ^2.0