I am currently facing a challenge with importing a .scss file from one of the installed node_modules into my .tsx file. The scss file contains a mixin named @mixin make-embedded-control($className: embedded-control){.....} which has all the necessary css classes for styling a component I am working on. I have tried to import the scss file normally but it is not working, possibly due to compliance issues that prevent me from sharing the source code. As someone new to scss, I would greatly appreciate any assistance in resolving this issue.