As I found when working on https://github.com/MelSumner/ember-a11y-for/pull/14 , using a non-standard theme (i.e not in the main `prismjs` package) is quite convoluted. Having the option to *not* include any css when explicitly using 'none' instead of the default theme would help some of these issues. see: https://github.com/shipshapecode/ember-prism/blob/f352008fb699ea05a1554140902c71798419e007/index.js#L23
As I found when working on MelSumner/ember-a11y-for#14 , using a non-standard theme (i.e not in the main
prismjspackage) is quite convoluted.Having the option to not include any css when explicitly using 'none' instead of the default theme would help some of these issues.
see:
ember-prism/index.js
Line 23 in f352008