Why does my CSS continue to search for code in .less files?

Winter

I'm working on an application and styling it right now, however occasionally when I save my style.css file (my temporary change stylesheet before changing it to LESS) I get some messed up elements that were fine before I reuploaded. I made no changes to those elements and I'm 100% sure it's not my CSS, it's also not my browser cache as I've cleared it and reloaded the page with the same issue. I've also added

?v=1.0.1

onto the end of my link to the stylesheet to trick the browser into believing it's a new one. (Learned that trick on StackOverflow to use with favicons, will give credit when I find where I got it)

It tries to search for the CSS in .LESS files that are non-existent on the web server. Could it be a problem with my bootstrap.css.map file being on the server?

Problem

EDIT: Another thing I can't seem to figure out, is why the CSS actually shows up under the LESS file reference?

Winter

I found my problem, it turns out I was using the wrong media attribute. For some unknown stupid reason I had set the style.css file to only display for print.. I just removed the entire media attribute to be displayed on all types and it works like a charm.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Why does my CSS continue to search for code in .less files?

From Dev

Why does this code continue to loop?

From Dev

Why does my search php code not work properly?

From Dev

less: continue search from top

From Dev

Why Does My CSS Code in <style scoped> Apply Globally?

From Dev

Why Does My CSS Code in <style scoped> Apply Globally?

From Dev

Apply CSS upon query string - My code does not work, but why?

From Dev

Why LESS css does not work on localhost

From Dev

Why Does My CSS Not Render ?

From Dev

CSS: How do I change bootstrap LESS code.less source code to customize my code coloring?

From Dev

Why does my method continue past the length of the array?

From Dev

Less: process less and CSS files

From Dev

Less: process less and CSS files

From Dev

Why isn't grunt reloading my updated less files?

From Dev

Why does my MVar freeze my code?

From Dev

Why does my MVar freeze my code?

From Dev

Why my CSS file is empty after the LESS file is compiled?

From Dev

Python: Why does my 'less than' test fail?

From Dev

Why does my OS hangs for less than a second?

From Dev

Why does my code print empty array([]) when I use text files?

From Dev

Optimize css to less code

From Dev

Optimize css to less code

From Dev

Why does my extremely basic CSS code produce different outputs on jsFiddle and jsBin?

From Dev

why is this less code not compiling?

From Dev

Why does the optimizer remove my code?

From Dev

Why does my php code return inf?

From Dev

Why does this code block my main thread?

From Dev

Why does minifyEnabled show most of my code?

From Dev

Why does my code always end with undefined?