If you run this, you will never get a response.
const juice = require('juice');
const result = juice(`<style>.my-class:not(.is-content-justification-space-between, .is-content-justification-right) {}</style>`);
console.log('result', result);
If there is only one class inside the :not(...), or if the class names are shorter - it could not be reproduced.
Node version: v10.24.1
Juice version: 8.0.0