Importing module stylsheets #4224
Unanswered
mahmoudalsof
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
So I'm trying to import a stylesheet that a module needs. It's located in the
node_modules/[package_name]
folder.I've tried
@import
but that is always looking in thesrc/
folder which is obviously not where the stylesheets are located.Scouring the tailwindcss documentation yielded no results or at least I missed it.
I think its important to note that I am using React and the module uses
scss
which have their own imports as wellAny help would be nice
Beta Was this translation helpful? Give feedback.
All reactions