i made globalStyleTag #1525
Closed
jojojojojoj5564656465465
started this conversation in
Ideas
Replies: 3 comments 6 replies
-
that generate error
|
Beta Was this translation helpful? Give feedback.
1 reply
-
This would be so greatLess class to create and import in app.tsxexport const s = style({
margin: 25,
maxWidth: 650,
":hover": {
maxWidth: "100%",
},
childTag: {
h2: {
color: "green",
backgroundColor: "red",
},
h5: {
color: "pink",
},
p: { backgroundColor: "orange", fontSize: "6rem" },
h6: {
backgroundColor: "white",
fontSize: "4rem",
},
},
}); |
Beta Was this translation helpful? Give feedback.
5 replies
-
to avoid errors I used valibot and it's working fine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions