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
+26
View File
@@ -0,0 +1,26 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// OSS Framework Design Language
// --------------------------------------------------
// Fabric Core Module Loader (LTR)
// Variables and mixins
@import './References';
// Partials that output CSS
@import './Animation';
@import './BrandIcon';
@import './Color';
@import './Color.Background';
@import './Color.Border';
@import './Color.Font';
@import './Depth';
@import './Font';
@import './Font.Definitions';
@import './Grid';
@import './Icon';
@import './Icon.Definitions';
@import './Responsive';
@import './Utility';
@import './Wrapper';