You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,23 +75,23 @@ Upgrading to Cedar-14 is usually a painless process.
75
75
76
76
Libraries explicitly depending on Sass-Rails, such as ActiveAdmin, can cause
77
77
conflicts with installation of SassC-Rails. While we have no built-in solution
78
-
for this, please check out [this issue](https://github.com/bolandrm/sassc-rails/issues/6)
78
+
for this, please check out [this issue](https://github.com/sass/sassc-rails/issues/6)
79
79
for a workaround.
80
80
81
81
82
82
## Credits
83
83
84
84
This gem is based on [sass-rails](https://github.com/rails/sass-rails), and
85
-
is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors](https://github.com/bolandrm/sassc-rails/graphs/contributors).
85
+
is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors](https://github.com/sass/sassc-rails/graphs/contributors).
86
86
87
87
88
88
## Changelog
89
89
90
90
-**1.1.0**
91
91
- Moved under the official sass organization!
92
-
-[Source line comments](https://github.com/bolandrm/sassc-rails/pull/24) (`app.config.sass.line_comments`)
93
-
-[Prevent sass-rails railtie from running](https://github.com/bolandrm/sassc-rails/pull/34)
94
-
-[CSS compression may be disabled in test mode](https://github.com/bolandrm/sassc-rails/issues/33). Special thanks to [this Sass-Rails PR](https://github.com/rails/sass-rails/pull/338) for inspiration.
92
+
-[Source line comments](https://github.com/sass/sassc-rails/pull/24) (`app.config.sass.line_comments`)
93
+
-[Prevent sass-rails railtie from running](https://github.com/sass/sassc-rails/pull/34)
94
+
-[CSS compression may be disabled in test mode](https://github.com/sass/sassc-rails/issues/33). Special thanks to [this Sass-Rails PR](https://github.com/rails/sass-rails/pull/338) for inspiration.
0 commit comments