-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include path node_modules folder #44
Comments
@htodep This might be an issue with it referencing it from a relative path from wwwroot so it could be looking for wwwroot/node_modules which wouldn't exist. Maybe copying the files on build/publish time might be an option? |
Unfortunately not using WebOptimizer.Sass anymore. It didn't work for me. thanks for responding |
What are you using instead?
…________________________________
From: htodep ***@***.***>
Sent: Monday, April 25, 2022 9:06:06 AM
To: ligershark/WebOptimizer.Sass ***@***.***>
Cc: Benjamin Stern ***@***.***>; Comment ***@***.***>
Subject: Re: [ligershark/WebOptimizer.Sass] Include path node_modules folder (Issue #44)
Unfortunately not using WebOptimizer.Sass anymore. It didn't work for me. thanks for responding
—
Reply to this email directly, view it on GitHub<#44 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAJVIJ6KE5M46QUUTLTTNV3VGYY45ANCNFSM5N2CCZ5A>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Webcompiler for VS 2022. It's updated and supports new scss/css functions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Is there a way i can include a node modules/@progress scss file in my base.scss?
When i try to reference it in my base.scss file and see the output i get an error:
SassCompilationException: Error: Can't find stylesheet to import. at wwwroot/css/base.scss:45:9 -> @import "/node_modules/@progress/kendo-theme-bootstrap/dist/all.scss";
The text was updated successfully, but these errors were encountered: