fix(core): update

This commit is contained in:
2022-03-02 20:01:14 +01:00
parent a6f583b8c4
commit e0344bb513
3 changed files with 2703 additions and 3006 deletions

View File

@ -72,12 +72,21 @@ export class TestDemoelement extends DeesElement {
color: ${cssManager.bdTheme('#000', '#fff')};
background: ${cssManager.bdTheme('#fff', '#000')};
}
@container wccToolsViewport (max-width: 3000px) {
.maincontainer,
.themeindicator {
border-radius: 50px;
}
}
${domtools.breakpoints.cssForPhablet(css`
.maincontainer,
.themeindicator {
border-radius: 50px;
}
`)}
pre b {
color: green;
}