Pandacss unknown values

Hey I am looking for some proficient in pandacss. First of all using pandas wasn't my choice. The problem: I am getting type errors because some -webkit vlaues dont exist in the "styled framework"
<p className={css({ 'display': '-webkit-box', '-webkit-box-orient': 'vertical', '-webkit-line-clamp': '5' })}>test</p>
<p className={css({ 'display': '-webkit-box', '-webkit-box-orient': 'vertical', '-webkit-line-clamp': '5' })}>test</p>
throws in the build step
error TS2345: Argument of type '{ display: "-webkit-box"; '-webkit-box-orient': string; '-webkit-line-clamp': string; }' is not assignable to parameter of type 'false | SystemStyleObject | null | undefined'.
Object literal may only specify known properties, and ''-webkit-box-orient'' does not exist in type 'SystemStyleObject'.
error TS2345: Argument of type '{ display: "-webkit-box"; '-webkit-box-orient': string; '-webkit-line-clamp': string; }' is not assignable to parameter of type 'false | SystemStyleObject | null | undefined'.
Object literal may only specify known properties, and ''-webkit-box-orient'' does not exist in type 'SystemStyleObject'.
Any ideas. I cant find anything in their docs
0 Replies
No replies yetBe the first to reply to this messageJoin