Hello all,
Im trying to follow the wallet project: https://developers.stellar.org/docs/building-apps/project-setup/, but ran into an error when I tried to npm start
my project.
`[ ERROR ] sass error: src/global/style.scss:133:16
Undefined variable.
L132: textarea {
L133: font-family: **$font-family;**
L134: font-size: 15px;`
From what I get so far it seems like the code is being compiled, before the variable has been declared. Could this be correct?
Im pretty new to the programming world after just finishing a programming Bootcamp, so any tips to get my wallet up and running would be much appreciated 🙂
Best,
Henrik