move the property check out of the ruleset and fix an issue in the visitor

This commit is contained in:
Luke Page
2013-07-05 20:56:59 +01:00
parent 01fd5d679e
commit 42dfeb8d3b
6 changed files with 50 additions and 20 deletions

View File

@@ -1,6 +1,3 @@
@media only screen and (max-width: 200px) {
width: 480px;
}
/*
The media statement above is invalid (no selector)
We should ban invalid media queries with properties and no selector?