Skip to content

Commit 1177599

Browse files
authored
refactor: restore vaadin prefix to style-props base layer (#9687)
1 parent e5e4e81 commit 1177599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component-base/src/style-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { addGlobalThemeStyles } from '@vaadin/vaadin-themable-mixin/register-sty
1010
addGlobalThemeStyles(
1111
'vaadin-base',
1212
css`
13-
@layer base {
13+
@layer vaadin.base {
1414
:where(html) {
1515
/* Background color */
1616
--vaadin-background-color: light-dark(#fff, #222);

0 commit comments

Comments
 (0)