material-web/menu/lib/menu-styles.scss

18 lines
339 B
SCSS
Raw Normal View History

/**
* @license
* 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 './menu';
@use './menu-theme';
@include menu.static-styles();
.md3-menu {
@include menu-theme.theme-styles(menu-theme.$light-theme);
}