I am using marp-cli to create lecture slides. In order to fine tune the slide content, I have created a custom-css that extends some style rules implemented in the marp default css template.
My objective:
I want to externalize the css rules in acustom-theme.css file and remove them from the .md-document in which the slide's content resides.
The problem:
When calling the custom-theme.css using marp-cli with the --theme-set option, I can not specify that my css "extends" the style rules of the default template.
The question:
How can I specify that my custom-theme.css is defined on the basis of the marp default template?
Thanks in advance for the support.
In case other users experience the same issue, the solution to the problem is stated here in form of an example – provided by Yuki Hattori (the main developer of the marp toolset):
Marp: Markdown.md
Marp-cli:
see also: https://github.com/marp-team/marp-cli/issues/266