jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.02k stars 305 forks source link

Support multiple files with styles #167

Closed piecioshka closed 5 years ago

piecioshka commented 7 years ago

Today I have problem to how add my second custom style for printers.

So I would like to have two files:

We should be able to support multiple files with stylesheet definition.

@jdan What do you think about this problem (and solution)?

sudodoki commented 6 years ago

If it's in regards to default styles not being print-friendly, I think we should fix this in styles. If this is in regards your custom theme, then adding link with proper media="print" attribute in the layout should do the magic for you, if I'm following this correctly or you might add media query print directly to your css stylesheet).

piecioshka commented 5 years ago

Ok @sudodoki — I understand now.