diff --git a/challenges/03-front-end-libraries/sass.json b/challenges/03-front-end-libraries/sass.json
index ba2b4eadcbe..28fbbf87bde 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": [
- "