Closed indy closed 4 years ago
There needs to be a space after the 'and' clause in a media query, otherwise browsers ignore the rule.
e.g. the html at https://gist.github.com/indy/c8bfac88b3be79a1fb7c48d41d280542 always renders with a yellow background regardless of screen width, only by inserting a space after the 'and' does it behave correctly.
Good catch, thanks! Just waiting for CI then I merge.
Making a new release in the next hours.
There needs to be a space after the 'and' clause in a media query, otherwise browsers ignore the rule.
e.g. the html at https://gist.github.com/indy/c8bfac88b3be79a1fb7c48d41d280542 always renders with a yellow background regardless of screen width, only by inserting a space after the 'and' does it behave correctly.