FlipperPA / wagtailcodeblock

StreamField code blocks for the Wagtail CMS with real-time PrismJS Syntax Highlighting.
BSD 3-Clause "New" or "Revised" License
156 stars 29 forks source link

theme bug fix #25

Closed andytwoods closed 4 years ago

andytwoods commented 4 years ago

Hi there,

I found a bug loading themes. Prism requires you only load one css file, but wagtailcode block was loading both the default css and the custom theme. I fixed that here.

Best, Andy.

andytwoods commented 4 years ago

yay :)

FlipperPA commented 4 years ago

Thanks for the contribution!