mirror of
https://github.com/material-components/material-web.git
synced 2024-11-10 20:11:57 +03:00
6ec3f06429
BREAKING CHANGE: Rename `@material/web/<component>/lib` to `@material/web/<component>/internal`. Prefer not using internal files. PiperOrigin-RevId: 550633216
11 lines
163 B
SCSS
11 lines
163 B
SCSS
//
|
|
// Copyright 2022 Google LLC
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
// go/keep-sorted start
|
|
@use './ripple';
|
|
// go/keep-sorted end
|
|
|
|
@include ripple.styles;
|