I have tried to add the following yaml header and then added the subsequent line to my css snippet but it doesn’t seem to do anything and in preview mode it’s not recognised as a part of yaml.
---
cssclass: fullscreen
---
.fullscreen { background-color: red;}
What am i doing wrong ?