This commit is contained in:
Jon McClure 2023-07-30 09:53:18 +01:00
parent 1557f5ad34
commit 5515c0ceff

View file

@ -20,14 +20,3 @@
{@html marked.parse(text)}
{/if}
</Block>
<!-- svelte-ignore css-unused-selector -->
<style lang="scss" global>
// Technically... we probably should unbind these styles from the component
// and import them in the app through a separate scss file.
@import '../../scss/mixins';
div.article-block.body-text {
// @include body-text;
}
</style>