mirror of
https://github.com/material-components/material-web.git
synced 2024-11-09 16:19:39 +03:00
601ebb669c
BREAKING CHANGE: Rename `@material/web/button/lib` to `@material/web/button/internal`. Prefer not using internal files. PiperOrigin-RevId: 549999271
15 lines
253 B
SCSS
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;
|