Merge pull request #346 from sass/ruby-sass-cli

Update Ruby Sass's status in the Ruby Sass CLI docs
This commit is contained in:
Natalie Weizenbaum 2019-05-30 05:24:38 -07:00 committed by GitHub
commit ba4cdf8836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -14,6 +14,7 @@ task :test_without_rebuild do
"http://sass.logdown.com/posts/7081811", # This times out occasionally. "http://sass.logdown.com/posts/7081811", # This times out occasionally.
"#", "#",
], ],
url_swap: {%r{^/blog/} => "http://sass.logdown.com/"},
assume_extension: true, assume_extension: true,
# Lots of external URLs fail flakily on Travis, so we just don't check them # Lots of external URLs fail flakily on Travis, so we just don't check them
# there. # there.

View File

@ -4,11 +4,11 @@ table_of_contents: true
--- ---
<% heads_up do %> <% heads_up do %>
[Ruby Sass is deprecated][] and will be totally unmaintained as of 26 March
2019. Please switch to [Dart Sass][] or [LibSass][] at your earliest
convenience.
[Ruby Sass is deprecated]: http://sass.logdown.com/posts/7081811 [Ruby Sass has reached end of life][] and is now totally unmaintained. Please
switch to [Dart Sass][] or [LibSass][] at your earliest convenience.
[Ruby Sass has reached end of life]: /blog/posts/7828841-ruby-sass-is-unsupported
[Dart Sass]: /dart-sass [Dart Sass]: /dart-sass
[LibSass]: /libsass [LibSass]: /libsass
<% end %> <% end %>
@ -129,11 +129,6 @@ $ sass --require=rails-sass-images style.scss style.css
This flag loads the [Compass framework][] and makes its mixins and functions This flag loads the [Compass framework][] and makes its mixins and functions
available for use in Sass. available for use in Sass.
<% heads_up do %>
Compass is no longer maintained. Existing users should migrate to other
frameworks.
<% end %>
[Compass framework]: http://compass-style.org/ [Compass framework]: http://compass-style.org/
```shellsession ```shellsession