////
/// Border.
/// @group border
/// @copyright IBM Security 2019 - 2020
////

@import '@carbon/layout/scss/convert';

/// Border width helper.
/// @type Length
/* stylelint-disable-next-line function-no-unknown */ // carbon--rem renamed to to-rem
$border__sizing__width: to-rem(
  $px: 1px,
);
