From 48f63f7b8d721dc6fc30d5089ba2caba30fca90d Mon Sep 17 00:00:00 2001 From: Michael Hellein Date: Wed, 6 Aug 2014 10:20:08 -0400 Subject: [PATCH] Updated Readme to reflect that some .scss files are changed. --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 62871fb..474435e 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,8 @@ # 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. I made no modifications to the original stylesheets from the [original repository](https://github.com/chriseppstein/compass.git) -# Compass Ruby Functions +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](https://github.com/Compass/compass/tree/stable/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()`.