/*! Lightning Design System 2.29.1 */
// Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
// Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license

// Lightning Design System - Lightning Out

// Before editing this file, know that this file is that `design-system-aura`
// uses to generate the scoped version of the SLDS CSS

@import 'init';

#{$reset-wrapping-class} {

  // Resets
  @import 'vendor/normalize-reset';
  @include core($scoped: true, $globals: true);
  @import 'core/vf-reset';

  // Framework
  @import 'touch/index';
  @import 'components/index';
  @import 'components/kinetics';
  @import 'utilities/index';

  // Print
  @import 'vendor/html5boilerplate-print';
}
