ingrammicro/puzzle-tokens

Plugin is not Running anymore after Update

vkoopmans-resoluut opened this issue · 6 comments

HI @MaxBazarov

I get this error after updating, havent changed anything to my code, just updated sketch and your plugin?

Screenshot 2021-09-30 at 15 09 44

?

Thanks, will pick that one :)

@vkoopmans-resoluut Please try 8.17.2 update.

Yes that error is gone!
Though I get an error on font-spacing "normal".
It runs fine in 8.17.0,

Yes that error is gone!
Though I get an error on font-spacing "normal".
It runs fine in 8.17.0,

font-spacing or letter-spacing?

I tried the following code and it works fine.

.test{
color: orange;
letter-spacing: 20px;
}