Dustin Tauer

Results 9 issues of Dustin Tauer

Namespaces was missing and there was also a missing single-quote after the font name.

Matching what was done in the FEM course for consistency.

I'm updating the modulo to match the number of names in the list (Santa's Little Helper and Snoopy get omitted with index % 9). I've also added an annotation in...

matchMedia returns an array so the result is always truthy and the conditions won't work. Using the `.matches` property will validate the preference.

The line `document.getElementById("root")` was appeared twice. I removed it to match what's done in the lesson.

updating the command to use python3 to create the virtual environment

The quickstart link was redirecting to a 404 page.