material-web/chips/internal/_chip-set.scss

13 lines
163 B
SCSS
Raw Normal View History

//
// Copyright 2023 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
@mixin styles() {
:host {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
}