/**
 * Copyright IBM Corp. 2020, 2023
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */

@use 'sass:list';
@use '@carbon/styles/scss/grid' as *;

// mixin to hang into the gutters of the grid
@mixin hang() {
  margin-inline: list.slash($grid-gutter, -2);
}
