PHPackages                             kylekatarnls/jade-filter-stylus - 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. kylekatarnls/jade-filter-stylus

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

kylekatarnls/jade-filter-stylus
===============================

Render stylus code as compiled CSS in a style tag

2.0.0(9y ago)029MITPHP

Since Mar 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kylekatarnls/jade-filter-stylus)[ Packagist](https://packagist.org/packages/kylekatarnls/jade-filter-stylus)[ RSS](/packages/kylekatarnls-jade-filter-stylus/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (3)Versions (10)Used By (0)

This repository now lives on

pug-filter-stylus
=================

[](#pug-filter-stylus)

This template:

```
//- set from php controller
- $prev = $color

//- set in the pug template
- $color = 'red'

head
  :stylus
    prev = yellow
    p
      color #{color}
      a
        color #{prev}
      em
        color prev
body
  p
    | I'm
    =color
    |  but my links are
    a=prev
    |  and my quotes are
    em=prev
```

with data like this:

```
$pug = new Pug();
$pug->render('template.pug', array(
    'color' => 'red',
));
```

will be rendered like this:

```

    p {
      color: red;
    }
    p a {
      color: yellow;
    }
    p em {
      color: yellow;
    }

    I'm red but my links are yellow and my quotes are yellow

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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

Total

8

Last Release

3577d ago

Major Versions

1.1.0 → 2.0.02016-07-25

### Community

Maintainers

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

---

Top Contributors

[![kylekatarnls](https://avatars.githubusercontent.com/u/5966783?v=4)](https://github.com/kylekatarnls "kylekatarnls (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kylekatarnls-jade-filter-stylus/health.svg)

```
[![Health](https://phpackages.com/badges/kylekatarnls-jade-filter-stylus/health.svg)](https://phpackages.com/packages/kylekatarnls-jade-filter-stylus)
```

PHPackages © 2026

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