https://github.com/sha-red/compass-mixins/tree/master/lib extended with more sass frameworks and as django app.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Michael Hellein 0bb8e8ad40 Relocated sassscript functions to compass dir. 11 years ago
lib Relocated sassscript functions to compass dir. 11 years ago
test Provided SassScript version of some Compass Ruby functions. 11 years ago
.gitignore Git ignore gulp files 11 years ago
LICENSE.markdown Initial commit with bower packaging 12 years ago
README.markdown Relocated sassscript functions to compass dir. 11 years ago
bower.json Compass mixins 0.12.3 11 years ago
package.json Provided initial compass compile test. 11 years ago

README.markdown

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 stylesheets from the original repository, 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.

License

Copyright (c) 2008-2009 Christopher M. Eppstein
All Rights Reserved.
Released under a slightly modified MIT License.