//
// @license
//
// Copyright IBM Corp. 2021
//
// 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 '@carbon/styles/scss/breakpoint' as *;

/* stylelint-disable-next-line selector-type-no-unknown */
cds-carousel {
  @include breakpoint(lg) {
    --cds--carousel--page-size: 4;
  }
}
