You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I import the SCSS file from the NuGet package’s static assets folder in the application’s SCSS file? For example, I have created one blazor server application and create the abc.scss file under the ‘wwwroot/styles/’ folder. In that file, I need to import the other test.scss from NuGet package (_content/<>/scss/test.scss).
Hi
Thanks in advance.
How can I import the SCSS file from the NuGet package’s static assets folder in the application’s SCSS file? For example, I have created one blazor server application and create the abc.scss file under the ‘wwwroot/styles/’ folder. In that file, I need to import the other test.scss from NuGet package (_content/<>/scss/test.scss).
Like,
abc.scss:
@import '_content/<<library name>>/scss/test.scss';
How can I achieve this? is this possible? Please help me on this.
Thanks
I have used .net 6 preview 7 and Microsoft Visual Studio Professional 2019 Preview
Version 16.11.2 Preview 1.0
The text was updated successfully, but these errors were encountered: