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
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,17 @@ conflicts with installation of SassC-Rails. While we have no built-in solution
78
78
for this, please check out [this issue](https://github.com/bolandrm/sassc-rails/issues/6)
79
79
for a workaround.
80
80
81
+
82
+
## Credits
83
+
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).
86
+
87
+
81
88
## Changelog
82
89
83
-
-**1.1.0** (unreleased)
90
+
-**1.1.0**
91
+
- Moved under the official sass organization!
84
92
-[Source line comments](https://github.com/bolandrm/sassc-rails/pull/24) (`app.config.sass.line_comments`)
85
93
-[Prevent sass-rails railtie from running](https://github.com/bolandrm/sassc-rails/pull/34)
86
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.
@@ -89,6 +97,7 @@ for a workaround.
89
97
- Add support for inline source maps
90
98
- Support compression in the way that Sass-Rails handles it
91
99
100
+
92
101
## Contributing
93
102
94
103
1. Fork it ( https://github.com/[my-github-username]/sassc-rails/fork )
@@ -97,9 +106,3 @@ for a workaround.
97
106
1. Add Tests
98
107
1. Push to the branch (`git push origin my-new-feature`)
99
108
1. Create a new Pull Request
100
-
101
-
102
-
## Credits
103
-
104
-
This gem is based on [sass-rails](https://github.com/rails/sass-rails), and
105
-
is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors](https://github.com/bolandrm/sassc-rails/graphs/contributors).
0 commit comments