Landing Pages Plugin 🛩

I can see that a recent change has fixed the mobile_view error from before, but I now run into another error:

ActionView::Template::Error (Error: Can't find stylesheet to import.
e[34m  â•·e[0m
e[34m1 │e[0m $primary: #222222 !default; $secondary: #ffffff !default; $tertiary: #008258 !default; $quaternary: #008258 !default; $header_background: #ffffff !default; $header_primary: #333333 !default; $highlight: #ffff4d !default; $danger: #e45735 !default; $success: #009900 !default; $love: #fa6c8d !default; $hover: #f2f2f2 !default; $selected: #e9e9e9 !default;  $public_image_path: "https://[REDACTED]/images";  @import "common/foundation/variables"; @import "common/foundation/mixins"; @import e[31m"desktop"e[0m;
e[34m  │e[0m e[31m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^e[0m
e[34m  ╵e[0m
  /var/www/discourse/_desktop_entrypoint.scss 1:501  root stylesheet)
lib/stylesheet/manager/builder.rb:59:in 'block in Stylesheet::Manager::Builder#compile'
lib/stylesheet/manager/builder.rb:178:in 'Stylesheet::Manager::Builder#with_load_paths'
lib/stylesheet/manager/builder.rb:40:in 'Stylesheet::Manager::Builder#compile'
lib/stylesheet/manager.rb:349:in 'block (2 levels) in Stylesheet::Manager#stylesheet_details'
lib/stylesheet/manager.rb:317:in 'Thread::Mutex#synchronize'
lib/stylesheet/manager.rb:317:in 'block in Stylesheet::Manager#stylesheet_details'
lib/distributed_cache.rb:20:in 'DistributedCache#defer_get_set'
lib/stylesheet/manager.rb:316:in 'Stylesheet::Manager#stylesheet_details'
lib/stylesheet/manager.rb:286:in 'Stylesheet::Manager#stylesheet_link_tag'
app/helpers/application_helper.rb:860:in 'ApplicationHelper#disc...

Any ideas what might be causing this?

This is on Discourse v2026.8.0-latest.1 +158