Skip to content

Commit

Permalink
chore(ripple): add ripple file instead of ripple-theme
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 495047382
  • Loading branch information
asyncLiz authored and copybara-github committed Dec 13, 2022
1 parent c8341bb commit ac94e48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ripple/_ripple-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// SPDX-License-Identifier: Apache-2.0
//

// TODO(b/262006953): delete this file in favor of _ripple.scss

@use 'sass:map';
@use '../sass/theme';
@use './lib/md-comp-ripple';
Expand Down
6 changes: 6 additions & 0 deletions ripple/_ripple.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//
// Copyright 2022 Google LLC
// SPDX-License-Identifier: Apache-2.0
//

@forward './lib/ripple' show theme;

0 comments on commit ac94e48

Please sign in to comment.