Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
fix: incomplete Sass Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vimal-Raghubir authored and scissorsneedfoodtoo committed Jun 30, 2018
1 parent 2a7a3fa commit 086a4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions challenges/03-front-end-libraries/sass.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"tests": [
{
"text": "Your code should declare a <code>mixin</code> named <code>border-radius</code> which has a parameter named <code>$radius</code>.",
"testString": "assert(code.match(/@mixin\\s+?border-radius\\(\\s*?\\$radius\\s*?\\)\\s*?{/gi), 'Your code should declare a <code>mixin</code> named <code>border-radius</code> which has a parameter named <code>$radius</code>.');"
"testString": "assert(code.match(/@mixin\\s+?border-radius\\s*?\\(\\s*?\\$radius\\s*?\\)\\s*?{/gi), 'Your code should declare a <code>mixin</code> named <code>border-radius</code> which has a parameter named <code>$radius</code>.');"
},
{
"text": "Your code should include the <code>-webkit-border-radius</code> vender prefix that uses the <code>$radius</code> parameter.",
Expand Down Expand Up @@ -656,4 +656,4 @@
}
}
]
}
}

0 comments on commit 086a4a0

Please sign in to comment.