fix(assets): indentation in code blocks

This commit is contained in:
Oliver Davies 2022-08-13 21:57:04 +01:00
parent c8a9acd4b4
commit 808124cfcb

View file

@ -50,6 +50,10 @@
@apply my-8;
}
pre code {
@apply block;
}
.media--type-image {
@apply my-8;
}