Roee Yossef
Roee Yossef

Reputation: 505

CSS goes back to default on Chrome dev tools

i'm using MAMP on OSx mountain Lion.

while working on a site hosted in localhost suddenly, when i try to edit the CSS in the chrome developer tools it goes back back to default.

example:

if i change border: 0px to border: 1px it goes back to 0px.

this happens only in the site on localhost.

any help would be appreciated...

Thanks!

Upvotes: 4

Views: 204

Answers (1)

Ben Sargent
Ben Sargent

Reputation: 46

Check your CSS using a tool like CSSLint. It seems that the latest builds of Chrome won't let you edit CSS in the Developer Tools that appear after a syntax error in your CSS.

Upvotes: 3

Related Questions