Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS 소스 오타 #2868

Open
starlits opened this issue Nov 26, 2022 · 3 comments
Open

CSS 소스 오타 #2868

starlits opened this issue Nov 26, 2022 · 3 comments
Assignees
Labels

Comments

@starlits
Copy link

starlits commented Nov 26, 2022

CSS 소스 오타 (bug)

1. svelte build 시 overflow-x 오류

오류메세지

rendering chunks (41)...warnings when minifying css: ▲ [WARNING] "overflow-X" is not a known CSS property [unsupported-css-property]
<stdin>:786:2:
  786 │   overflow-X: hidden;
      │   ~~~~~~~~~~
      ╵   overflow-x

Did you mean "overflow-x" instead?

소스 수정

node_modules/@toast-ui/editor/dist/toastui-editor-viewer.css
node_modules/@toast-ui/editor/dist/toastui-editor.css
정상 빌드됨

수정

overflow-X 를 overflow-x 로 수정

git 소스 위치

apps/editor/src/css/contents.css

2. charset must precede all other statements

오류메세지

[vite:css] @charset must precede all other statements 59 | @charset "utf-8"; | ^ 60 | /* height */ 61 | .auto-height,

@charset 은 맨처음 선언되어야 하나 중간에 선언되어 있음
이 부분은 svelte 모듈만 그런 것인지도 모르겠음.

소스 수정

node_modules/@toast-ui/editor/dist/toastui-editor.css
59 라인 @charset "utf-8"; 삭제

에러없이 빌드 됨

git 소스위치

찾지 못함.

@starlits starlits added the Bug label Nov 26, 2022
@jwlee1108
Copy link
Contributor

jwlee1108 commented Dec 8, 2022

It seems to releated with #2878 #2880

@vin-ni
Copy link

vin-ni commented Jan 31, 2023

@jwlee1108 Can this be merged?

@jwlee1108
Copy link
Contributor

We have to check #2880, but it'll be merged.
@jajugoguma take over this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants