# compass-mixins

> Compass stylesheets

Latest version **0.12.12** (published 2022-06-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install compass-mixins
pnpm add compass-mixins
yarn add compass-mixins
bun add compass-mixins
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.12.12 |
| Published | 2022-06-14 |
| First published | 2014-09-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 190.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 594 |
| Author | Guillaume Balaine |
| Maintainers | michaek, igosuki, xzyfer |
| Keywords | compass, mixins, sass, css3 |

## Links

- npm: https://www.npmjs.com/package/compass-mixins
- Repository: https://github.com/Igosuki/compass-mixins
- Homepage: https://github.com/Igosuki/compass-mixins#readme
- Issues: https://github.com/Igosuki/compass-mixins/issues
- npm.io page: https://npm.io/package/compass-mixins

## Recent versions

- 0.12.12 (latest) — 2022-06-14
- 0.12.11 — 2022-03-02
- 0.12.10 — 2016-05-18
- 0.12.9 — 2016-05-18
- 0.12.8 — 2016-05-14
- 0.12.7 — 2015-05-10
- 0.12.3 — 2014-09-02

## README

# Status

This library is not maintained anymore.

[![Build Status](https://travis-ci.org/Igosuki/compass-mixins.svg?branch=master)](https://travis-ci.org/Igosuki/compass-mixins)

# Compass SASS Stylesheets

This is a repository to pull SASS style sheets on Bower, and enjoy the compass mixins by using libsass for faster compilation. This project makes minimal modifications to the original Compass 0.12.X stylesheets from the [original repository](https://github.com/Compass/compass/blob/f9e8b54f41ee349f53413d36785b0f979881e6e3/frameworks/compass/stylesheets), intented to improve libsass compatibility and not change output.

## Compass Ruby Functions

This project includes reasonably similar implementations of some of the Ruby functions that Compass provides as Sass extensions. These are used in some Compass mixins, such as `@include background()`.

To make those functions available to your compass mixins, you'll want to either `@import "compass";` or `@import "compass/functions"'` before the specific compass scss files you import.

## Contributors
Guillaume Balaine Igosuki@github
Michael Heillein michaek@github

## License
Copyright (c) 2008-2009 Christopher M. Eppstein<br>
All Rights Reserved.<br>
Released under a [slightly modified MIT License](https://github.com/Compass/compass/blob/stable/LICENSE.markdown).

---
_Source: https://npm.io/package/compass-mixins · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
