Reputation: 505
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
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