feat: add JSON schema for course modules and update module files

This commit is contained in:
Michael Czechowski
2025-05-14 11:28:43 +02:00
parent e546b21055
commit 6d21309f8a
13 changed files with 158 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "selectors",
"title": "Specificity",
"description": "Master the art of targeting HTML elements using various CSS selectors, from basics to specificity rules.",