mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
13 lines
198 B
SCSS
13 lines
198 B
SCSS
//
|
|
// Copyright 2021 Google LLC
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
@use 'true' as test with (
|
|
$catch-errors: true
|
|
);
|
|
|
|
// go/keep-sorted start
|
|
@use 'string_ext_test';
|
|
// go/keep-sorted end
|