material-web/iconbutton/lib/standard-styles.scss

19 lines
430 B
SCSS

//
// Copyright 2022 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// stylelint-disable selector-class-pattern --
// Selector '.md3-*' should only be used in this project.
@use './standard-icon-button';
@use './standard-icon-button-theme';
@include standard-icon-button.static-styles();
.md3-icon-button--standard {
@include standard-icon-button-theme.theme-styles(
standard-icon-button-theme.$light-theme
);
}