fix(curriculum): missing `:root` test to skyline css challenge (#46427)

* fix/added missing test to skyline css challenge

* fix(curriculum): missing :root
pull/46428/head^2
Nathan Anthony 2022-06-09 23:53:07 -04:00 committed by GitHub
parent fb9451d11a
commit 1083f1d5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Add a `:root` selector to the top of your media query. Then redefine all four of
You should add a `:root` selector to the media query.
```js
assert.notDeepEqual(new __helpers.CSSHelp(document).getRuleListsWithinMedia("(max-width: 1000px)")?.find(x=>x.selectorText === ":root"), undefined);
```
You should add `--building-color1` with a value of `#000`.