1

I (all too often) fat-finger a mistake into a .css file. (Missing or extra } is the most common)

I'm using Expression Web and it only highlights the spot of the error. In a 500 line CSS that's really easy to miss.

Is there a good resource, tool, etc. for testing CSS for syntax errors?

2 Answers 2

3

I always use CSSLint for checking CSS errors

CSS Lint

Sign up to request clarification or add additional context in comments.

Comments

0

You can also find CSS errors using Firebug.

In the Console tab in Firebug, click the drop-down and tick the Show CSS Errors option.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.