This repository was archived by the owner on Apr 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
- ## Ruby Sass is Deprecated!
1
+ ## Ruby Sass Has Reached End-of-Life
2
2
3
- Ruby Sass is in a sunset period where only critical bugs and CSS compatibility
4
- issues will be fixed. It will be completely unmaintained as of 26 March 2019.
5
- See [ the Sass website] [ ] for details, and consider switching to the [ ` sassc `
6
- gem] [ ]
3
+ Ruby Sass should no longer be used, and will no longer be receiving any updates.
4
+ See [ the Sass blog] [ ] , and consider switching to the [ ` sassc ` gem] .
7
5
8
- [ the Sass website ] : https://sass-lang.com/ruby-sass
6
+ [ the Sass blog ] : https://sass-lang.com/blog/posts/7828841
9
7
[ `sassc` gem ] : https://rubygems.org/gems/sassc
10
8
11
9
# Sass [ ![ Travis Build Status] ( https://travis-ci.org/sass/ruby-sass.svg?branch=next )] ( https://travis-ci.org/sass/ruby-sass ) [ ![ Gem Version] ( https://badge.fury.io/rb/sass.svg )] ( http://badge.fury.io/rb/sass ) [ ![ Inline docs] ( http://inch-ci.org/github/sass/sass.svg )] ( http://inch-ci.org/github/sass/sass )
Original file line number Diff line number Diff line change 1
- 3.7.3
1
+ 3.7.4
Original file line number Diff line number Diff line change 3
3
* Table of contents
4
4
{: toc }
5
5
6
+ ## 3.7.4 (3 April 2019)
7
+
8
+ * Mark Ruby Sass as end-of-life.
9
+
6
10
## 3.7.3 (4 January 2019)
7
11
8
12
* Emit escaped tab characters in identifiers as ` \9 ` rather than a backslash
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ SASS_GEMSPEC = Gem::Specification.new do |spec|
41
41
42
42
spec . post_install_message = <<END
43
43
44
- Ruby Sass is deprecated and will be unmaintained as of 26 March 2019 .
44
+ Ruby Sass has reached end-of-life and should no longer be used .
45
45
46
46
* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
47
47
primary implementation: https://sass-lang.com/install
@@ -50,7 +50,7 @@ Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
50
50
sassc gem: https://github.com/sass/sassc-ruby#readme
51
51
52
52
* For more details, please refer to the Sass blog:
53
- http ://sass.logdown. com/posts/7081811
53
+ https ://sass-lang. com/blog/ posts/7828841
54
54
55
55
END
56
56
end
You can’t perform that action at this time.
0 commit comments