UNPKG

712 BSCSSView Raw
1// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
3//
4// OSS Framework Design Language
5// --------------------------------------------------
6// Fabric Core Module Loader (LTR)
7
8// Variables and mixins
9@import './References';
10
11// Partials that output CSS
12@import './Animation';
13@import './BrandIcon';
14@import './Color';
15@import './Color.Background';
16@import './Color.Border';
17@import './Color.Font';
18@import './Depth';
19@import './Font';
20@import './Font.Definitions';
21@import './Grid';
22@import './Icon';
23@import './Icon.Definitions';
24@import './Responsive';
25@import './Utility';
26@import './Wrapper';