PHPackages                             neosrulez/scssparser - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. neosrulez/scssparser

ActiveNeos-plugin[Utility &amp; Helpers](/categories/utility)

neosrulez/scssparser
====================

A package to compile SCSS for Neos CMS

1.7.3(5y ago)21.9kGPL-3.0-or-laterPHP

Since Mar 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/patriceckhart/NeosRulez.ScssParser)[ Packagist](https://packagist.org/packages/neosrulez/scssparser)[ RSS](/packages/neosrulez-scssparser/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (12)Used By (0)

Neos CMS SCSS Parser
====================

[](#neos-cms-scss-parser)

A Neos CMS plugin to compile SCSS for Neos CMS

Installation
------------

[](#installation)

The NeosRulez.ScssParser package is listed on packagist () - therefore you don't have to include the package in your "repositories" entry any more.

Just add the following line to your require section:

```
"neosrulez/scssparser": "*"

```

And the run this command to fetch the plugin:

```
composer update

```

Fusion
------

[](#fusion)

In your site package Fusion file you can add the .scss files to compile

```
prototype(Neos.Neos:Page) {
    head {
        yourcss1 = NeosRulez.ScssParser:ScssFile
        yourcss1 {
            source = 'resource://Your.Site/Private/Styles/app.scss'
            inline = FALSE
            format = 'compressed'
            #format = 'expanded'
            #format = 'nested'
            #format = 'compact'
            #format = 'crunched'
            # You need outputFolder only if inline = FALSE
            outputFolder = 'resource://Your.Site/Public/Styles/'
        }

        yourcss2 = NeosRulez.ScssParser:ScssFile
        yourcss2 {
            source = 'resource://Your.Site/Private/Styles/test.scss'
            inline = FALSE
            format = 'compressed'
            #format = 'expanded'
            #format = 'nested'
            #format = 'compact'
            #format = 'crunched'
            # You need outputFolder only if inline = FALSE
            outputFolder = 'resource://Your.Site/Public/Styles/'
        }
    }
}

```

Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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 ~63 days

Recently: every ~78 days

Total

11

Last Release

2084d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8604597e730303a1739fbb6a24bcf77019b22068e5d838ae4c12756e8121b488?d=identicon)[patriceckhart](/maintainers/patriceckhart)

---

Top Contributors

[![patriceckhart](https://avatars.githubusercontent.com/u/10776002?v=4)](https://github.com/patriceckhart "patriceckhart (17 commits)")

### Embed Badge

![Health badge](/badges/neosrulez-scssparser/health.svg)

```
[![Health](https://phpackages.com/badges/neosrulez-scssparser/health.svg)](https://phpackages.com/packages/neosrulez-scssparser)
```

###  Alternatives

[october/rain

October Rain Library

1601.7M103](/packages/october-rain)[shopware/storefront

Storefront for Shopware

674.7M283](/packages/shopware-storefront)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[sitegeist/kaleidoscope

Responsive-images for Neos

29377.0k14](/packages/sitegeist-kaleidoscope)[neos/seo

SEO configuration and tools for Neos

131.0M35](/packages/neos-seo)[mapbender/mapbender

Mapbender library

10418.5k8](/packages/mapbender-mapbender)

PHPackages © 2026

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