Nathan Blaylock

Results 3 comments of Nathan Blaylock
trafficstars

I am seeing this too in my project. My workaround is to add a space (or some other irrelevant edit) to an existing page that Webpack is watching, then it...

I am also interested in this feature, however, there is a workaround if you are using VS Code. You can use [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) combined with the [Live Server Web Extension](https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj?hl=en-US)....

My workaround is similar to what was mentioned above, but slightly different: ```scss .btn-contrast, [data-bs-theme="light"] .btn-contrast { @include button-variant($body-color, $body-color); } .btn-outline-contrast, [data-bs-theme="light"] .btn-outline-contrast { @include button-outline-variant($body-color); } [data-bs-theme="dark"] {...