PHPackages                             nickyeoman/sasslibrary - 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. nickyeoman/sasslibrary

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

nickyeoman/sasslibrary
======================

sass library

2.0.10(1y ago)0184[1 issues](https://github.com/nickyeoman/sassLibrary/issues)1CC0-1.0Sass

Since Oct 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nickyeoman/sassLibrary)[ Packagist](https://packagist.org/packages/nickyeoman/sasslibrary)[ Docs](https://www.nickyeoman.com)[ RSS](/packages/nickyeoman-sasslibrary/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (16)Used By (1)

Nick Yeoman's sass Library
==========================

[](#nick-yeomans-sass-library)

Links
-----

[](#links)

- [View on GitHub](https://github.com/nickyeoman/sassLibrary)
- [View on Composer's Packagist](https://packagist.org/packages/nickyeoman/sasslibrary)

Philosophy
----------

[](#philosophy)

I like to keep my code clean, so the main goal of this project is the following:

- Keep a library of useful styles that can easily be called
- Don't load anything you don't use
- Don't load more than one style sheet
- Try not to minimize the number of classes per element.

Usage
-----

[](#usage)

TODO: # sudo docker build -t sass-container .

The intended use is as follows:

```
# create directory schema
mkdir -p PROJECTNAME/sass PROJECTNAME/public/css
cd PROJECTNAME

# Get the library
composer require nickyeoman/sassLibrary

# Create an index page or include the css file in your template
cp vendor/nickyeoman/sasslibrary/html/sample.layout.html public/index.html

# Create a master sass file in the sass directory of your project.
mkdir sass; touch sass/project.sass

# import the libraries
echo '@import ../vendor/nickyeoman/sasslibrary/master.sass' > sass/PROJECTNAME.sass

# compile sass
sass sass/project.sass public/css/main.css
```

Nothing should happen as you have to explicitly call on the library for it to render. For example, in sass/project.sass you will want to do:

```
html
  +htmldefaults
  +library
  +print
```

Install SASS on Ubuntu
======================

[](#install-sass-on-ubuntu)

First you need npm:

```
sudo apt install npm
```

Then you need sass:

```
sudo npm install -g sass
```

See [SASS' website for more](https://sass-lang.com/install)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance45

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Recently: every ~202 days

Total

15

Last Release

431d ago

Major Versions

1.0.4 → 2.0.02021-12-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/031d3fa3e2adb505d3d88fac435590cc603a2e99a4b856c2fe8c6aa2b08f8db5?d=identicon)[nickyeoman](/maintainers/nickyeoman)

---

Top Contributors

[![nickyeoman](https://avatars.githubusercontent.com/u/630708?v=4)](https://github.com/nickyeoman "nickyeoman (39 commits)")

### Embed Badge

![Health badge](/badges/nickyeoman-sasslibrary/health.svg)

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

###  Alternatives

[baibaratsky/yii2-serialized-attributes-behavior

Yii2 Serialized Attributes Behavior

1174.1k9](/packages/baibaratsky-yii2-serialized-attributes-behavior)

PHPackages © 2026

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