RickStrahl / Westwind.AspnetCore.LiveReload

ASP.NET Core Live Reload Middleware that monitors file changes in your project and automatically reloads the browser's active page
Other
469 stars 42 forks source link

Overcoming the 5000 rules CSS limit #59

Closed thepra closed 1 year ago

thepra commented 2 years ago

I have this limitation:

CSS Hot Reload ignoring https://localhost:44335/css/style.css because it was inaccessible or had more than 5000 rules.

Is there a way to override this limit?

RickStrahl commented 2 years ago

I have no idea what you're talking about. What does this have to do with the server?

thepra commented 2 years ago

so it's not a message coming from LiveReload?

RickStrahl commented 1 year ago

This sounds like a browser issue - too many styles that the browser can't handle. Definitely not a server side message as the server just serves text.