I have encountered an issue while using H5BP - the W3C CSS Validator is showing errors for both normalize.css and main.css. Is there a tool available to check for syntax errors specifically for these files?
Additionally, I am wondering why the line of code @charset "UTF-8";
is not recommended for use in normalize.css and main.css.
Any assistance on this matter would be greatly appreciated!
UPDATE:
After further consideration, I realize that my best option may be to separate my CSS code from the boilerplate's or remove unnecessary elements. This helpful discussion led me to this conclusion: HTML5 Boilerplate, HTML5 Reset CSS validation