Jason Moore
Jason Moore
I’ll update and look at this tomorrow morning.
I updated from 17.0.2 to 17.0.6 (17.0.5 wasn't an option), but I'm unable to reproduce this issue, is anyone else seeing this?
Can you try the fix outlined [here](https://github.com/madskristensen/WebCompiler/issues/390)? Quote from @mgandley I've had this same problem a few times, and it was very painful to track down and fix each time....
It seams like it's a very rare issue based on the number of comments over the last 3 years (on the initial issue in Mads' repo); let me know if...
Do you have a sample project that I can use to debug this? I have never used includePath and was never able to get kendo themes to compile with @progress...
Can you post your compilerconfig.json? How were you getting it to recognize @progress? // I'd like to get this fixed in 1.14.3 if possible
I don't understand how that tells the system what directory @progress refers to... I manually replaced @progress throughout the scss with a relative path, so I would love to understand...
Ah! So @progress is a folder name, not a variable! Thank you for that! I'll work on this as soon as I catch up on some work, work (hopefully by...
Looking through the kendo scss files, they always have a ~ before @progress; can you try this and let me know if it works? If it doesn't I'll take the...
Okay, I'll set something up for testing; it appears to be implemented correctly in the code, I just don't see anywhere that says where the base folder is for the...