@simon: Working on a new theme design and running into a RW bug. When I add an @import
to a CSS theme variation file to import a Google Font, and the Minify CSS and Javascript feature is enabled, the consolidated CSS file gets truncated at that @import
location. The output stops at the colon in the web address. Here’s a look at the last few lines of the consolidated CSS file for the theme:
font-size: 32px;}}@media (min-width: 48em) and (max-width: 61.9em) {#banner-contents h1.site-title { font-size: 48px;}}@media (min-width: 62em) and (max-width: 74.9em) {#banner-contents h1.site-title { font-size: 64px;}}@media (min-width: 75em) {#banner-contents h1.site-title { font-size: 84px;}}@import "https:
If I disable the Minify CSS and Javascript feature all is well again.