From 65e57d5e20c35539dfd4adea8a62a84ab1e157a3 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 18 Apr 2022 14:05:38 -0700 Subject: [PATCH 1/2] Link the Ruby and Swift embedded hosts Closes #547 --- source/install.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/install.html.haml b/source/install.html.haml index 8d074bad5..b45b2a066 100644 --- a/source/install.html.haml +++ b/source/install.html.haml @@ -74,6 +74,12 @@ no_container: true = link_to 'Gradle', 'https://docs.freefair.io/gradle-plugins/current/reference/#_embedded_sass' plugin. + %li + #{link_to 'Ruby', 'https://github.com/ntkme/sass-embedded-host-ruby#readme'} + + %li + #{link_to 'Swify', 'https://github.com/johnfairh/swift-sass#readme'} + .sl-l-grid__column :markdown ## Command Line From a9ac5983b67fee272fb1df618aa49e3db44d989a Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 22 Apr 2022 17:28:56 -0700 Subject: [PATCH 2/2] Fix a typo --- source/install.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/install.html.haml b/source/install.html.haml index b45b2a066..2f4bec91c 100644 --- a/source/install.html.haml +++ b/source/install.html.haml @@ -78,7 +78,7 @@ no_container: true #{link_to 'Ruby', 'https://github.com/ntkme/sass-embedded-host-ruby#readme'} %li - #{link_to 'Swify', 'https://github.com/johnfairh/swift-sass#readme'} + #{link_to 'Swift', 'https://github.com/johnfairh/swift-sass#readme'} .sl-l-grid__column :markdown