Initial commit

This commit is contained in:
Torsten Brendgen
2026-04-13 10:24:29 +02:00
commit 0e32b831bd
24 changed files with 18584 additions and 0 deletions

7
gulpfile.js Normal file
View File

@@ -0,0 +1,7 @@
'use strict';
const build = require('@microsoft/sp-build-web');
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
build.initialize(require('gulp'));