mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
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:
commit
ba4cdf8836
1
Rakefile
1
Rakefile
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user