feat: add missing KF6 framework recipes

This commit is contained in:
2026-05-07 07:53:26 +01:00
parent d8d498f831
commit a69f479b52
2374 changed files with 2610246 additions and 0 deletions
@@ -0,0 +1,18 @@
h1 {
text-color: "red";
}
/* PHP code, invalid in CSS context */
for()
<?php echo("hello");
// valid code in PHP context
for()
?>
h2 {
text-weight: bold;
}