Add MDX support

Start writing a blog and clean up/hide tester stuff
This commit is contained in:
Michał Gdula 2024-05-28 21:36:29 +01:00
parent 18729faff4
commit 54e79beb30
18 changed files with 870 additions and 43 deletions

View file

@ -5,6 +5,10 @@
padding-bottom: 10px;
}
> p {
padding-bottom: 8px;
}
&:last-of-type {
padding-bottom: 0;
}