uadarsh

Results 2 issues of uadarsh

Current example: ``` const {classes} = jss.createStyleSheet({ '@keyframes bounce': bounce, bounce: { animationName: 'bounce', animationDuration: '1s', }, }).attach() ``` Corrected example: ``` const {classes} = jss.createStyleSheet({ '@keyframes bounce': bounce, bounce:...

I am trying to use the library along with Prism highlighting to render a notebook's content. It seems like the notebookjs library html-escapes the '' characters before passing it to...