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

14 lines
242 B
SCSS

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