هل يمكننا استخدام `.gjs` لقوالب المسارات؟

لم يتم تحميل ملف SCSS الخاص بي. أي أفكار؟ لقد قمت بإعداد ملفاتي وفقًا لمكون الدردشة الإضافي في core.

لدي في plugins.rb:

register_asset "stylesheets/common/index.scss"

في assets/stylesheets/common/index.scss:

@import "common";

في assets/stylesheets/common/common.scss:

body:has(#print-root) {
  header,
  .avatar,
  .sidebar-wrapper {
    all: unset;  // all: unset might be a bit too aggressive
    display: none !important;
  }
}