diff --git a/challenges/03-front-end-libraries/sass.json b/challenges/03-front-end-libraries/sass.json
index 100018e5d5..8b4b045b14 100644
--- a/challenges/03-front-end-libraries/sass.json
+++ b/challenges/03-front-end-libraries/sass.json
@@ -164,7 +164,7 @@
"tests": [
{
"text": "Your code should declare a mixin
named border-radius
which has a parameter named $radius
.",
- "testString": "assert(code.match(/@mixin\\s+?border-radius\\(\\s*?\\$radius\\s*?\\)\\s*?{/gi), 'Your code should declare a mixin
named border-radius
which has a parameter named $radius
.');"
+ "testString": "assert(code.match(/@mixin\\s+?border-radius\\s*?\\(\\s*?\\$radius\\s*?\\)\\s*?{/gi), 'Your code should declare a mixin
named border-radius
which has a parameter named $radius
.');"
},
{
"text": "Your code should include the -webkit-border-radius
vender prefix that uses the $radius
parameter.",
@@ -656,4 +656,4 @@
}
}
]
-}
\ No newline at end of file
+}