Files
freeCodeCamp/curriculum/challenges/_meta/sass/meta.json
Oliver Eyton-Williams 1642c631de refactor: drop superorder from metas (#44422)
* refactor: create superOrder from superblock

* chore: drop superOrders from meta

* fix: return null for 'certifications'

* fix: only set superOrder if it is needed

* fix(tests): remove filter from order tests

* test: use getSuperOrder, since superOrder has gone

* test: ignore certificates

* fix: getSuperOrder throw for 'certifications'

* test: remove certificate special case

It wasn't necessary, anyway (it had never been working because I put
certificate not certification)

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2021-12-14 08:16:23 -08:00

48 lines
1.0 KiB
JSON

{
"name": "Sass",
"isUpcomingChange": false,
"dashedName": "sass",
"order": 2,
"time": "5 hours",
"template": "",
"required": [],
"superBlock": "front-end-development-libraries",
"challengeOrder": [
[
"587d7dbd367417b2b2512bb4",
"Store Data with Sass Variables"
],
[
"587d7dbd367417b2b2512bb5",
"Nest CSS with Sass"
],
[
"587d7dbd367417b2b2512bb6",
"Create Reusable CSS with Mixins"
],
[
"587d7dbe367417b2b2512bb8",
"Use @if and @else to Add Logic To Your Styles"
],
[
"587d7dbe367417b2b2512bb9",
"Use @for to Create a Sass Loop"
],
[
"587d7dbf367417b2b2512bba",
"Use @each to Map Over Items in a List"
],
[
"587d7dbf367417b2b2512bbb",
"Apply a Style Until a Condition is Met with @while"
],
[
"587d7dbf367417b2b2512bbc",
"Split Your Styles into Smaller Chunks with Partials"
],
[
"587d7fa5367417b2b2512bbd",
"Extend One Set of CSS Styles to Another Element"
]
]}