// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.

//
// Office UI Fabric
// --------------------------------------------------
// Template for building a standalone component with dependencies included.

/*Sasssssssss*/

@import '../sass/Fabric.Common';
<% dependencies.forEach(function(dep){ %>
@import '../components/<%= dep %>/<%= dep %>';
<% }); %>
@import '../components/<%= componentName %>/<%= componentName %>';