layout: post date: 2023-05-07 01:43:50 -0700 fullPath: /home/ubuntu/Git/CloudNotes/elvenware/development/web/CssGuide/Validators.md directoryPath: /home/ubuntu/Git/CloudNotes/elvenware/development/web/CssGuide fileName: Validators.md relativePath: /CssGuide/Validators.md title: Validators directoryName: CssGuide category : css-guide
Suppose you wrote: @@media only screen and (min-width : 480px) {}. You should have had only one @ symbol before a media query. Yet this is the kind of error that is easy to overlook. A misplaced curley brace or missing semicolon can also cause serious problems, yet be easy to overlook.
The cure is to run your CSS through a validator. It would have found this error for you.