Elizabeth Mitchell 1808a19c5d chore(button): merge static/theme-styles
PiperOrigin-RevId: 482260340
2022-10-19 11:37:52 -07:00

13 lines
207 B
SCSS

//
// Copyright 2021 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
@use './icon';
@use './shared';
@use './touch-target';
@include shared.styles;
@include icon.styles;
@include touch-target.styles;