Skip to content

Commit 8877294

Browse files
committed
update readme
1 parent a64cee4 commit 8877294

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ This should essentially be a drop in alternative to [sass-rails](https://github.
2424

2525
__Note: This is a new project, please report any issues you come across!__
2626

27+
28+
## Libsass Compatibility With Ruby Sass
29+
30+
For a look at the compatibility between Ruby Sass and Libsass, check this
31+
[compatibility chart](http://sass-compatibility.github.io/) out.
32+
33+
2734
## Installation
2835

2936
Add this line to your application's Gemfile:
@@ -37,6 +44,23 @@ And then execute:
3744
$ bundle
3845

3946

47+
## Deployment to Heroku
48+
49+
Due to Libsass compilation requirements, you upgrade to the
50+
[Heroku Cedar-14 Stack](https://devcenter.heroku.com/articles/cedar-14-migration)
51+
in order to successfully install this gem.
52+
53+
Upgrading to Cedar-14 is usually a painless process.
54+
55+
56+
## Installing alongside a gem that depends on Sass-Rails
57+
58+
Libraries explicitly depending on Sass-Rails, such as ActiveAdmin, can cause
59+
conflicts with installation of SassC-Rails. While we have no built-in solution
60+
for this, please check out [this issue](https://github.com/bolandrm/sassc-rails/issues/6)
61+
for a workaround.
62+
63+
4064
## Contributing
4165

4266
1. Fork it ( https://github.com/[my-github-username]/sassc-rails/fork )
@@ -46,6 +70,7 @@ And then execute:
4670
1. Push to the branch (`git push origin my-new-feature`)
4771
1. Create a new Pull Request
4872

73+
4974
## Credits
5075

5176
This gem is based on [sass-rails](https://github.com/rails/sass-rails), and

0 commit comments

Comments
 (0)