Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Igosuki/compass-mixins
A collection of compass' stylesheet for bower dependencies and libsass
https://github.com/Igosuki/compass-mixins
Last synced: 11 days ago
JSON representation
A collection of compass' stylesheet for bower dependencies and libsass
- Host: GitHub
- URL: https://github.com/Igosuki/compass-mixins
- Owner: Igosuki
- License: other
- Created: 2013-09-12T20:10:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T18:42:49.000Z (over 2 years ago)
- Last Synced: 2024-05-15T13:09:15.336Z (6 months ago)
- Language: SCSS
- Size: 432 KB
- Stars: 592
- Watchers: 27
- Forks: 197
- Open Issues: 33
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.markdown
Awesome Lists containing this project
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
All Rights Reserved.
Released under a [slightly modified MIT License](https://github.com/Compass/compass/blob/stable/LICENSE.markdown).