mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
17 lines
334 B
SCSS
17 lines
334 B
SCSS
/**
|
|
* @license
|
|
* Copyright 2021 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
// stylelint-disable selector-class-pattern --
|
|
// Selector '.mdc-*' should only be used in this project.
|
|
|
|
@use '@material/touch-target/touch-target';
|
|
|
|
@mixin static-styles() {
|
|
.mdc-button__touch {
|
|
@include touch-target.touch-target;
|
|
}
|
|
}
|