nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
16.91k stars 1.71k forks source link

CSS Warning: 'overflow-X' is not recognized as a valid property #3253

Open hobk opened 1 week ago

hobk commented 1 week ago

Describe the bug

During the build process, the following warning was displayed in the console: [WARNING] "overflow-X" is not a known CSS property [unsupported-css-property]

To Reproduce

Steps to reproduce the behavior:

  1. npm install toast-ui/editor.
  2. Run npm run build.
  3. Observe the warning in the console output.
  4. See error

Expected behavior

The build process should complete without any warnings or errors.

Screenshots

1