You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
When validating the following markup (note the trailing space in the class attribute):
<li class="grid-item offer "><a href="/sv/vi-erbjuder/intranat/">…
...I get an error saying (note the extra period in the css rule):
Error: Syntax error, unrecognized expression: .grid-item.offer. a[href="/sv/vi-erbjuder/intranat/"]
…which leads me to believe there's a missing trim before the spaces gets replaced with periods.
The text was updated successfully, but these errors were encountered: