material-web/button/internal/shared-styles.scss
Andrew Jakubowicz 601ebb669c fix(button)!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/button/lib` to `@material/web/button/internal`. Prefer not using internal files.

PiperOrigin-RevId: 549999271
2023-07-21 11:20:19 -07:00

15 lines
253 B
SCSS

//
// Copyright 2021 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// go/keep-sorted start
@use './icon';
@use './shared';
@use './touch-target';
// go/keep-sorted end
@include shared.styles;
@include icon.styles;
@include touch-target.styles;