@@ -24,6 +24,13 @@ This should essentially be a drop in alternative to [sass-rails](https://github.
24
24
25
25
__ Note: This is a new project, please report any issues you come across!__
26
26
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
+
27
34
## Installation
28
35
29
36
Add this line to your application's Gemfile:
@@ -37,6 +44,23 @@ And then execute:
37
44
$ bundle
38
45
39
46
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
+
40
64
## Contributing
41
65
42
66
1 . Fork it ( https://github.com/[my-github-username ] /sassc-rails/fork )
@@ -46,6 +70,7 @@ And then execute:
46
70
1 . Push to the branch (` git push origin my-new-feature ` )
47
71
1 . Create a new Pull Request
48
72
73
+
49
74
## Credits
50
75
51
76
This gem is based on [ sass-rails] ( https://github.com/rails/sass-rails ) , and
0 commit comments