htodep
htodep
Having the same issue. Running latest firmware: deCONZ_ConBeeII_0x26720700.bin.GCF ` Logger: zigpy_deconz.api Source: /usr/local/lib/python3.9/site-packages/zigpy_deconz/api.py:315 First occurred: 16:30:53 (4 occurrences) Last logged: 16:34:00 No response to 'Command.aps_data_indication' command with seq id '0x1f'...
Unfortunately not using WebOptimizer.Sass anymore. It didn't work for me. thanks for responding
Webcompiler for VS 2022. It's updated and supports new scss/css functions.
No sorry, I don't have a sample project. I just want to compile scss files from the node modules folder. Now I just copied the folder and placed it inside...
@failwyn Sorry for the late reaction. `[ { "outputFile": "wwwroot/css/base.css", "inputFile": "wwwroot/css/base.scss", "options": { "includePath": "node_modules" } } ]` And than in my base.scss I could do: `@import "@progress/kendo-theme-bootstrap/scss/all";`
Maybe it tells where to look for outside the wwwroot of the project. the kendo files are located in: node_modules/@progress/kendo-theme-bootstrap/scss/all
No sorry, doesn't work. Tried the following: ~@progress/ ~node_modules/@progress/
Thank you for looking into it 👍
So I need to use loadpaths? Or wait for an update? I don't care about the breaking change or using different settings if I know which one I need to...
Oké Nice. Will check tomorrow and see if everything compiles with this option. Would love to have that option too. The old compiler for 2019 didn't work with the latest...