<p></p>
<p dir="auto"><code class="notranslate"> bundle exec rails assets:precompile</code> failed in the CI tests, and I could recreate that locally too. I think I had to clear my local cache to trigger it though.</p>
<p dir="auto">The error message is the same as previously, namely:</p>
<pre class="notranslate"><code class="notranslate">SassC::SyntaxError: Error: Custom property values may not be empty.
        on line 1:69677 of stdin
>> t-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xm
</code></pre>
<p dir="auto">This indicates that libsass is trying to parse it's own compressed output, which hits a bug in libsass. This is what <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1801387649" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/4088" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/4088/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/4088">#4088</a> was trying to fix - it avoided the reparsing for the main stylesheet by doing everything in one pass, and so it now works for development and testing (when running the tests without precompiling).</p>
<p dir="auto">I haven't figured out why the precompile step trips up, but I suspect it's something to do with merging even more stylesheets together (e.g. the leaflet or iD stylesheets or something like that) which triggers reparsing our main stylesheet.</p>
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1801332198" data-permission-text="Title is private" data-url="https://github.com/gravitystorm/openstreetmap-website/issues/268" data-hovercard-type="issue" data-hovercard-url="/gravitystorm/openstreetmap-website/issues/268/hovercard" href="https://github.com/gravitystorm/openstreetmap-website/issues/268">gravitystorm#268</a> has some more details about all the different libsass vs sassc-rails vs dartsass etc - to help keep it straight in my own head!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4099#issuecomment-1677107302">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLNUPSMX2YGVKQKEY3XVH73LANCNFSM6AAAAAA2P5GECQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLJX7FP2I7P4O4I2SHTXVH73LA5CNFSM6AAAAAA2P5GECSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTD62QGM.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/4099/c1677107302</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/4099#issuecomment-1677107302",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/4099#issuecomment-1677107302",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>