baldvinhansson

Results 4 issues of baldvinhansson

I had your excellent library working just fine a while back. Then, for whatever reason, it stopped working and I'm totally at loss as to what might be my issue....

The option to strip source comments from the processed SCSS bundle appears to be available to set but is not working. I wonder if I'm missing something or if this...

Just in case someone is battling this issue. ` height: calc(100vh - $header-height); ` will not work - however ` height: calc(100vh - #{$header-height}); ` does work. Not sure if...

Dear all. I have code connecting to the network using LTE-M. I program the ESP32 using Arduino IDE. Defining my parameters for connecting the modem I use ``` #define UART_BAUD...