You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just watched @Tahul's talk at Vuejs Amsterdam 2023, and noticed he could autocomplete every CSS property in the css function.
This is not working for me, and I suspect it's because the typing is wrong:
In the talk, when the cursor is hovering on the css function we can see that declaration should be typed as CSSFunctionType<PinceauProps>, and not any.
I followed the installation guide, and even noticed something else, see #98.
Would love for this last piece to work properly before I start using Pinceau in my projects.
I didn't know where to look at in the code to fix this, but I'd gladly be of some help if I can.
The text was updated successfully, but these errors were encountered:
Hey!
Just watched @Tahul's talk at Vuejs Amsterdam 2023, and noticed he could autocomplete every CSS property in the
css
function.This is not working for me, and I suspect it's because the typing is wrong:
In the talk, when the cursor is hovering on the
css
function we can see thatdeclaration
should be typed asCSSFunctionType<PinceauProps>
, and notany
.I followed the installation guide, and even noticed something else, see #98.
Would love for this last piece to work properly before I start using Pinceau in my projects.
I didn't know where to look at in the code to fix this, but I'd gladly be of some help if I can.
The text was updated successfully, but these errors were encountered: