/// Convert to null
/// @param {*} $value - value to cast
/// @return {Null}
@function _sc-to-null($value) {
  @return null;
}
