UNPKG

389 BSCSSView Raw
1//
2// Copyright IBM Corp. 2016, 2018
3//
4// This source code is licensed under the Apache-2.0 license found in the
5// LICENSE file in the root directory of this source tree.
6//
7
8@import 'colors';
9@import 'spacing';
10@import 'theme-tokens';
11@import 'functions';
12@import 'motion';
13
14/// Sets the prefix for all classes
15/// @access public
16/// @example .bx--batch-actions
17$prefix: 'bx' !default;