Daniel Freedman a71320823b fix(components): Move components folder to correct spot
PiperOrigin-RevId: 396927095
2021-09-15 14:42:10 -07:00

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;
}
}