a11y-syntax-highlighting icon indicating copy to clipboard operation
a11y-syntax-highlighting copied to clipboard

Minified files are built for the wrong library?

Open awmottaz opened this issue 1 year ago • 0 comments

When using Prism, the dist/prism/a11y-light-on-light-dark-on-dark.css file works as expected, but the minified dist/prism/a11y-light-on-light-dark-on-dark.min.css does not style the code blocks at all. Looking at its contents, it appears that it is using Highlight.js selectors, not Prism?

I noticed the issue for this stylesheet specifically, I have not checked the others.

awmottaz avatar Oct 12 '24 16:10 awmottaz