Elizabeth Mitchell 6c2aef6901 chore(all): add keep-sorted comments to Sass imports
PiperOrigin-RevId: 509583504
2023-02-14 11:10:23 -08:00

15 lines
253 B
SCSS

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