From 4ae84cc9ffa3b08e301df839fdda287974c407c7 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 22 Oct 2018 14:06:53 +0700 Subject: [PATCH] Deprecate --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index dc471ad..b461463 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,14 @@ -# gulp-ruby-sass [![Build Status](https://travis-ci.org/sindresorhus/gulp-ruby-sass.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-ruby-sass) - -Compiles Sass with the [Sass gem](http://sass-lang.com/install) and pipes the results into a gulp stream.
-To compile Sass with [libsass](http://libsass.org/), use [gulp-sass](https://github.com/dlmanning/gulp-sass) +# Deprecated +This project is deprecated because [Ruby Sass is deprecated](http://sass.logdown.com/posts/7081811). Switch to [`gulp-sass`](https://github.com/dlmanning/gulp-sass). --- -

⚛ Learn React in just a couple of afternoons with this awesome React course by Wes Bos

+# gulp-ruby-sass [![Build Status](https://travis-ci.org/sindresorhus/gulp-ruby-sass.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-ruby-sass) + +Compiles Sass with the [Sass gem](http://sass-lang.com/install) and pipes the results into a gulp stream.
+To compile Sass with [libsass](http://libsass.org/), use [gulp-sass](https://github.com/dlmanning/gulp-sass) ---- ## Install