UNPKG

360 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 'variables';
9
10/// Get a `rem` value based for a number of mini-units.
11/// @param {number} $count
12/// @returns {rem}
13@function mini-units($count) {
14 @return $unit * $count;
15}