diff --git a/src/internal/focus-visible/index.scss b/src/internal/focus-visible/index.scss index 03307d8..1adf317 100644 --- a/src/internal/focus-visible/index.scss +++ b/src/internal/focus-visible/index.scss @@ -1,7 +1,5 @@ -/* - Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - SPDX-License-Identifier: Apache-2.0 -*/ +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 // mixin to apply styles only when keyboard focus is needed // requires JavaScript part from useFocusVisible hook to be applied diff --git a/src/internal/style-api/index.scss b/src/internal/style-api/index.scss index 8ed72f0..7be1d3b 100644 --- a/src/internal/style-api/index.scss +++ b/src/internal/style-api/index.scss @@ -1,7 +1,5 @@ -/* - Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - SPDX-License-Identifier: Apache-2.0 -*/ +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 @use 'sass:map'; @use 'sass:list';