From 32073aaef411b7e0d75025cecc98c27c86faa49b Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Mon, 19 Feb 2018 20:41:01 +0000 Subject: [PATCH] feat(sass): Enable client-side sass compiling (#16747) --- challenges/03-front-end-libraries/sass.json | 36 ++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/challenges/03-front-end-libraries/sass.json b/challenges/03-front-end-libraries/sass.json index ba2b4eadcb..28fbbf87bd 100644 --- a/challenges/03-front-end-libraries/sass.json +++ b/challenges/03-front-end-libraries/sass.json @@ -28,7 +28,7 @@ "title": "Store Data with Sass Variables", "required": [ { - "link": "https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.9.13/sass.min.js", + "src": "https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.10.9/sass.sync.min.js", "raw": true } ], @@ -42,13 +42,13 @@ "Create a variable $text-color and set it to red. Then change the value of the color property for the .blog-post and h2 to the $text-color variable." ], "challengeSeed": [ - "", @@ -85,7 +85,7 @@ "title": "Nest CSS with Sass", "required": [ { - "link": "https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.9.13/sass.min.js", + "src": "https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.10.9/sass.sync.min.js", "raw": true } ], @@ -99,7 +99,7 @@ "Use the nesting technique shown above to re-organize the CSS rules for both children of .blog-post element. For testing purposes, the h1 should come before the p element." ], "challengeSeed": [ - "