first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
@@ -0,0 +1,6 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Default focus border style.
$ms-focus-border-width: 1px;
$ms-focus-border-color: $ms-color-neutralSecondary;
$ms-focus-border-style: solid;