Bob Roth
Bob Roth
Starting with [v1.40.0 of SASS (dart-sass) ](https://github.com/sass/dart-sass/releases/tag/1.40.0), sass is now parsing `calc()` syntax more thoroughly and marking errors if there is already broken CSS. As you can see in the...
### What’s the bug you are facing? I'm trying to make a draggable table by wrapping the `table` with a drag handle (https://tiptap.dev/guide/node-views/examples#drag-handles and https://tiptap.dev/guide/node-views/react#adding-a-content-editable). I'm probably doing this all...
### What’s the bug you are facing? We have some custom nodes/extensions that define attributes with null as their initial value: ```js const DataTable = CustomTable.extend({ addAttributes() { return {...