From 06bf0741d3573f0095e22519cf65eb158f7f7d55 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 25 Mar 2022 19:25:28 -0400 Subject: [PATCH] Add R - rstudio/sass (#499) Co-authored-by: Natalie Weizenbaum --- source/libsass.html.haml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/libsass.html.haml b/source/libsass.html.haml index 777585f..36236a1 100644 --- a/source/libsass.html.haml +++ b/source/libsass.html.haml @@ -142,6 +142,14 @@ introduction: > LibSass has also been ported back into Ruby for the [sassc-ruby](https://github.com/sass/sassc-ruby) project. + %li#r + :markdown + ### R + + The [R](https://www.r-project.org/) [Sass package](https://github.com/rstudio/sass) + wraps LibSass with additional caching and bundling methods. + [Extended documentation](https://rstudio.github.io/sass/). + %li#rust :markdown ### Rust @@ -183,6 +191,7 @@ introduction: > - [Perl](#perl) - [PHP](#php) - [Python](#python) + - [R](#r) - [Ruby](#ruby) - [Scala](#scala)