Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does my Google devtools CSS editor blink?

So basically my problem is that my Chrome dev tools CSS editor blinks when I'm editing Wordpress child theme, I was wondering if there is some kind of autosaving on which shouldn't be possible because Chrome can't save straight to my server without any settings. This problem is not happening with any other CSS files, but when I start editing child theme file in the editor it starts blinking. I didn't find out any solutions when Googling this problem so maybe you guys can help me with this problem.

You can see my problem here

enter image description here

like image 558
Glafuski Avatar asked Jan 11 '17 14:01

Glafuski


1 Answers

I think your CSS file is using @import url(...); somewhere.

Try to remove @import on your CSS file you editing, And no blinking anyway.

PS : Don't use @import

like image 127
l2aelba Avatar answered Sep 28 '22 22:09

l2aelba