This commit is contained in:
Philippe Torrel
2026-07-06 10:36:25 +02:00
parent 3578c15a45
commit 549233f42a
5 changed files with 100 additions and 0 deletions

View File

@@ -78,6 +78,7 @@
case 'info':
color = '#25cff2';
break;
case 'error':
case 'danger':
color = '#a52834';
break;

View File

@@ -0,0 +1 @@
# Exkurs: Webseite mit Sass und package.json (scripts) Part II