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": "units-variables",
"title": "Units, var() and calc()",
"description": "Understand the variety of CSS measurement units and how to define and use custom properties for maintainable styles.",