Skip to content

Commit 7e2c17a

Browse files
authored
style: remove warnings (#142)
1 parent 21aa777 commit 7e2c17a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/website/src/components/wrapper/wrapper.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ h1::after {
4343
.section-header {
4444
background: #ebebeb;
4545
display: flex;
46-
justify-content: end;
46+
justify-content: flex-end;
4747
}
4848

4949
.section-content {

packages/website/src/routes/docs/daisy/button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default component$(() => {
3232
</div>
3333

3434
<h2>Active Example</h2>
35-
<div className="panel">
35+
<div class="panel">
3636
<Button active>default</Button>
3737
<Button variant="primary" active>primary</Button>
3838
<Button variant="secondary" active>secondary</Button>

packages/website/src/routes/docs/headless/card/card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.custom-card-actions {
1616
display: flex;
1717
gap: 1rem;
18-
justify-content: end;
18+
justify-content: flex-end;
1919
color: white;
2020
margin: 1rem 0;
2121
}

packages/website/src/routes/docs/headless/tooltip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { component$, useSignal } from '@builder.io/qwik';
1+
import { component$ } from '@builder.io/qwik';
22
import { Tooltip } from '@qwik-ui/headless';
33

44
export default component$(() => {

packages/website/src/routes/docs/material/button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { component$, $, useStylesScoped$ } from '@builder.io/qwik';
1+
import { component$, useStylesScoped$ } from '@builder.io/qwik';
22
import { Button } from '@qwik-ui/material';
33
import { MaterialContext } from '../../../../../src/components/material';
44

0 commit comments

Comments
 (0)