We're using Umbraco 8.17..1 with ClientDependency 1.9.10. For some wierd reason the @import for css files doesn't work anymore on our test-server. The css files are not compliled inside DependencyHandler.axd but instead they get refrenced:
Test:
Production:
Our testserver uses the same css files as our production server and same version of ClientDependency. The only diffrence is that project on our testserver is build with Visual Studio 2022.
I fixed it by removing the .css extension in the scss file. The @import css files are now compiled into the scss output file.
But still strange that it doesn't work anymore in VS2022.
Hi,
We're using Umbraco 8.17..1 with ClientDependency 1.9.10. For some wierd reason the @import for css files doesn't work anymore on our test-server. The css files are not compliled inside DependencyHandler.axd but instead they get refrenced:
Test:
Production:
Our testserver uses the same css files as our production server and same version of ClientDependency. The only diffrence is that project on our testserver is build with Visual Studio 2022.