Files
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

80 lines
1.9 KiB
JSON

{
"name": "CSS Flexbox",
"isUpcomingChange": false,
"dashedName": "css-flexbox",
"order": 5,
"time": "5 hours",
"template": "",
"required": [],
"superBlock": "responsive-web-design",
"challengeOrder": [
[
"587d78ab367417b2b2512af0",
"Use display: flex to Position Two Boxes"
],
[
"587d78ab367417b2b2512af1",
"Add Flex Superpowers to the Tweet Embed"
],
[
"587d78ab367417b2b2512af2",
"Use the flex-direction Property to Make a Row"
],
[
"587d78ab367417b2b2512af3",
"Apply the flex-direction Property to Create Rows in the Tweet Embed"
],
[
"587d78ac367417b2b2512af4",
"Use the flex-direction Property to Make a Column"
],
[
"587d78ac367417b2b2512af5",
"Apply the flex-direction Property to Create a Column in the Tweet Embed"
],
[
"587d78ac367417b2b2512af6",
"Align Elements Using the justify-content Property"
],
[
"587d78ac367417b2b2512af7",
"Use the justify-content Property in the Tweet Embed"
],
[
"587d78ad367417b2b2512af8",
"Align Elements Using the align-items Property"
],
[
"587d78ad367417b2b2512af9",
"Use the align-items Property in the Tweet Embed"
],
[
"587d78ad367417b2b2512afa",
"Use the flex-wrap Property to Wrap a Row or Column"
],
[
"587d78ad367417b2b2512afb",
"Use the flex-shrink Property to Shrink Items"
],
[
"587d78ae367417b2b2512afc",
"Use the flex-grow Property to Expand Items"
],
[
"587d78ae367417b2b2512afd",
"Use the flex-basis Property to Set the Initial Size of an Item"
],
[
"587d78ae367417b2b2512afe",
"Use the flex Shorthand Property"
],
[
"587d78ae367417b2b2512aff",
"Use the order Property to Rearrange Items"
],
[
"587d78af367417b2b2512b00",
"Use the align-self Property"
]
]}