How to enable real time CSS editing in chrome?

Posted by narayanpatra on Stack Overflow See other posts from Stack Overflow or by narayanpatra
Published on 2013-11-09T03:24:56Z Indexed on 2013/11/09 3:53 UTC
Read the original article Hit count: 99

Filed under:
|
|
|

I have seem a lot of videos in which developers changing CSS on the fly in chrome. I tried the same thing but chrome dod not allow me to change the code. I can't write on the style sheet.

Is there any specific setting to do this? Kindly help.

EDIT: To edit the css, I right clock on an element, select inspect element. It will open the console. I select the id of the element and go to style.css in resource and try to change the css. It do not allow me to write there.

© Stack Overflow or respective owner

Related posts about css

Related posts about google-chrome