Invalid CSS / problems with sass

27 views
Skip to first unread message

Alexander Nestorov

unread,
Sep 15, 2021, 6:34:07 AM9/15/21
to JointJS
I'm integrating joints / rappid with an existing project which uses sass (as in dart-sass / libsass) and I'm having trouble making rappid's css work with it.
The problem seems to be an invalid css in a few css files.
To be more specific, some of the calc operators are missing whitespaces.
in "calc" must have surrounding whitespaces.

E.g.:

node_modules/rappid/dist/rappid.css 6104:22        height: calc(100%-2px);
It should be:      height: calc(100% - 2px);

After scanning all the css files I think these are the only errors:

* rappid.css:6104 - height: calc(100%-2px);
* joint.ui.selectBox.css:108 - height: calc(100%-2px);
* rappid/plugins/ui/SelectBox/css/theme/dark.css:55 - height: calc(100%-2px);

The rest of the calc operations in the css files are correctly written with spaces.

Since the fix is a minor change and the current code is breaking the build process with external tools, can we get a minor release with that fixed?

Regards!


Roman Bruckner

unread,
Sep 15, 2021, 7:33:49 AM9/15/21
to joi...@googlegroups.com
Hi Alex,

thank you, we will do a patch release v3.4.1 ASAP.

Best,
Roman

--

---
You received this message because you are subscribed to the Google Groups "JointJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jointjs+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jointjs/282853f7-04d1-45e4-857a-f205fe253ff5n%40googlegroups.com.


--
Reply all
Reply to author
Forward
0 new messages