mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
14 lines
242 B
SCSS
14 lines
242 B
SCSS
/**
|
|
* @license
|
|
* Copyright 2021 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
@use './button';
|
|
@use './icon';
|
|
@use './touch-target';
|
|
|
|
@include button.static-styles;
|
|
@include icon.static-styles;
|
|
@include touch-target.static-styles;
|