metonym / svelte-highlight

Syntax Highlighting for Svelte using highlight.js
https://svhe.onrender.com
MIT License
252 stars 13 forks source link

chore(scripts): use `postcss` to trial scoped styles #347

Closed metonym closed 1 month ago

metonym commented 1 month ago

Supporting #233

Use postcss to scope styles. The approach is to use the module name of the style to prefix parsed selectors.

This is the first step to supporting scoped styles – to dogfood the experience in the live demo site.