Skip to content

Commit b19a851

Browse files
committed
Remove where from common css
1 parent c0a9f1c commit b19a851

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/head/CommonCss.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ import React from "react";
22

33
const CommonCss = () => {
44
const css = `
5-
:where(.w-full) {
5+
.w-full {
66
width: 100%;
77
}
88
9-
:where(.flex) {
9+
.flex {
1010
display: flex;
1111
}
1212
13-
:where(.items-center) {
13+
.items-center {
1414
align-items: center;
1515
}
1616
17-
:where(.justify-center) {
17+
.justify-center {
1818
justifiy-content: center
1919
}
2020

0 commit comments

Comments
 (0)