# 강화된 카테고리 박스 표시 컴포넌트

**URL:** https://meta.discourse.org/t/enhanced-category-box-display-component/156954
**Category:** Theme component
**Tags:** broken
**Created:** [7월 6, 2020, 8:05오후 UTC](https://meta.discourse.org/t/enhanced-category-box-display-component/156954 "2020-07-06T20:05:00Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [2월 3, 2021, 5:27오후 UTC](https://meta.discourse.org/t/enhanced-category-box-display-component/156954/7 "2021-02-03T17:27:19Z")

</div>

@oca 최근 core에서 변경한 내용으로 인해 이 테마 컴포넌트의 SCSS 컴파일이 실패하고 있습니다. 수정 방법은 매우 간단하며, 스타일시트에서 다음 두 줄을 제거하면 됩니다:

```scss
@import "common/foundation/variables";
@import "theme_variables";

```

(두 번째 줄은 해당 파일이 더 이상 존재하지 않기 때문에 SCSS 컴파일 오류를 유발합니다. 다만 두 줄 모두 불필요합니다. 이제 core와 테마 변수는 SCSS 파일이 컴파일되기 전에 이미 주입되므로요.)

---

_[View the full topic](https://meta.discourse.org/t/enhanced-category-box-display-component/156954)._
