Closed Namnika closed 3 months ago
Hey @Namnika
Thanks for reaching out. The error you are facing is due to these tokens no longer exist and our spacing now exists as functions instead.
So what you would need to do instead would be
padding: bpk-spacing-lg() * 2;
As this method allows us to make things configurable and changeable in the future. Our full list can be found here with their values: backpack spacing tokens
Thanks Backpack Team
Hi @olliecurtis
Thank you so much for your reply! I already found this solution to solve this problem as you said.
Thank you. My issue is resolved.
Regards, Namnika
Brilliant to hear its all working for you now!
Have fun and happy coding!
Thanks Ollie
Actually, I found this issue while using this file https://github.com/Skyscanner/cra-template-backpack/blob/main/template/src/App.scss in cra-template.
Can I contribute to this issue?
Thank you.
Regards, Namnika
Hello Namnika,
I'm having trouble with the Skyscanner job simulation installation. Despite trying for the past three days, I'm still encountering errors. Could you please assist me with this issue?
Thank you!
Finally, I solved the errors. Thanks, @olliecurtis
Hi, I just faced an issue with an undefined variable using the
bpk-mixins
package. I am using VSCode and installedsass
globally on my PC due to the unstability reasons ofnode-sass
. Here is the reason.Here is what the error looks like:
my below snippets:
OS Enivronment:- Win 11 Node: v18.20.2 npm: 10.8.2
Any solution? How to solve this?
Thank you!