Hi,
It is strange that the following CSS syntax for media queries is refused:
@media (width >= 600px) {
...
}
}
According to Kevin Powell it’s accepted by almost browsers. Is it hugo or goldmark or something else ?
For info, trying the code above gives: Error: Error building site: TOCSS: failed to transform "defaults.scss" (text/x-scss): "/home/drm/WEBSITE/themes/hugo-book/assets/_structure.scss:67:9": unclosed parenthesis in media query expression