Sha256: 88c91887f6370187a5064716f9d697e1c8cee702fbf40564ad69cbb847fd35fd
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
# Compass Stylesheet Authoring Framework This fork adds in simple support for SCSS sourcemaps support in SASS version >= 3.3.0.alpha. This is required to support newer versions of chrome. Use the following in config.rb to enable it: ```ruby sass_options = {:sourcemap => true} ``` Build Status: [](https://travis-ci.org/chriseppstein/compass) Code Quality: [](https://codeclimate.com/github/chriseppstein/compass) ## Resources * [Compass Homepage](http://compass-style.org/) * [Installing Compass](http://compass-style.org/install/) * [Compass Reference](http://compass-style.org/install/reference/) ## Author Compass is written by [Chris Eppstein](http://chriseppstein.github.com/).<br> Chris is the Software Architect of [Caring.com](http://caring.com) and a member of the [Sass](https://github.com/nex3/sass) core team. ## Core Team Members * [Scott Davis](https://github.com/scottdavis) * [Eric Meyer](https://github.com/ericam) * [Brandon Mathis](https://github.com/imathis) * [Anthony Short](https://github.com/anthonyshort/) ## Major Contributors * [Nico Hagenburger](https://github.com/hagenburger) ## License Copyright (c) 2008-2009 Christopher M. Eppstein<br> All Rights Reserved.<br> Released under a [slightly modified MIT License](compass/blob/stable/LICENSE.markdown).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-sourcemaps-0.12.3.sourcemaps.a4836f1 | README.markdown |
compass-sourcemaps-0.12.2.sourcemaps.57a186c | README.markdown |