This commit is contained in:
Sven Ullmann 2025-07-19 23:58:24 +02:00
commit 58842c665e
69 changed files with 8357 additions and 0 deletions

13
composer.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "sumedia-webdesign/scss-framework",
"description": "SCSS Framework",
"type": "library",
"license": "proprietary",
"authors": [
{
"name": "Sven Ullmann",
"email": "kontakt@sumedia-webdesign.de"
}
],
"require": {}
}