PHPackages                             xrow/sass-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. xrow/sass-bundle

ActiveSymfony-bundle

xrow/sass-bundle
================

This bundle provides Sass compilation for multiple eZ Publish siteaccesses

1.0.1(9y ago)07.5k2MITPHP

Since Jun 3Pushed 9y ago3 watchersCompare

[ Source](https://github.com/xrowgmbh/XrowSassBundle)[ Packagist](https://packagist.org/packages/xrow/sass-bundle)[ RSS](/packages/xrow-sass-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

XrowSassBundle
--------------

[](#xrowsassbundle)

### Requirements

[](#requirements)

You will need to install

### Configuration

[](#configuration)

Either add `xrow/sass-bundle` to you composer.json or run `composer require xrow/sass-bundle`.

```
"require": {
    "xrow/sass-bundle": "~1.0",
},
```

Make sure the Bundle is loaded in EzPublishKernel.php or AppKernel.php

```
public function registerBundles()
{
    $bundles = array(
            new Xrow\SassBundle\XrowSassBundle(),
    );
}
```

Configure the siteaccess settings in a loaded configuration file (i.e. Config.yml)

```
xrow_sass:
    siteaccess:
        my_siteaccess:
            settings:
                'brand-primary': "#ffff00"
        my_second_siteaccess:
            settings:
                'brand-primary': "#0000ff"
        my_siteaccess_group:
            file: "bootstrap/scss/bootstrap.scss"
            settings:
                'gray-dark': "#00ff00"
                'brand-primary': "#00ff00"
                'brand-info': "#00ff00"
                'my-color': "red"
```

You can specfiy file and settings for siteaccesses or siteaccessgroups, file specifies the SASS file to use, settings defines a list of SASS variables wich should be included.

If a siteacces is in a siteaccesgroup it will gain all settings defined in the associated siteaccesgroup.

Settings defined below a siteaccess will override settings defined in a siteaccessgoup.

If neither the siteaccess or the associated siteaccesgroup has file attribute specified, the siteaccess will be skipped.

### Usage

[](#usage)

Run: `ezpublish/console sass:compile` and your CSS files will be placed in web/css/{{siteaccessname}}.css

To load the CSS, simply create a link tag like the following:

```

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~111 days

Total

2

Last Release

3521d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f08bee051f28728169796d79eb57b9387fb49abf244faaa1517952d7e22e1a7d?d=identicon)[xrow](/maintainers/xrow)

---

Top Contributors

[![dennisxrow](https://avatars.githubusercontent.com/u/8330144?v=4)](https://github.com/dennisxrow "dennisxrow (13 commits)")

### Embed Badge

![Health badge](/badges/xrow-sass-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/xrow-sass-bundle/health.svg)](https://phpackages.com/packages/xrow-sass-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
