Commit graph

15 commits

Author SHA1 Message Date
a8b755a7c9 chore(makefile): enhance CSS build output readability
Improved the readability of the generated CSS files by expanding their
style format. This change aids in debugging and maintenance by providing
a clearer view of the CSS structure.

* Added `--style=expanded` option to the `npx sass` command in the
  Makefile
* Ensures that the generated CSS is more human-readable, facilitating
  easier troubleshooting and updates

Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>
2025-03-18 14:30:04 +01:00
a58dcec4ca fix: switch to recent version of sass 2024-09-22 23:24:30 +02:00
dcc20d6b3f feat: add support for margins & draft class
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-12 21:25:10 +02:00
8c259145ef fix: enable code highlight in marp 2024-02-16 23:56:36 +01:00
e16b6403d6 feat: Add support for rows/colums in marp 2022-06-20 12:04:43 +02:00
68b8128aaa Update theme 2022-04-29 16:49:47 +02:00
4ca84cf000 style: Fix design of slides 2021-11-30 13:33:29 +01:00
d08be654fe style: Add support for bc-title 2021-11-25 20:22:28 +01:00
a266ea7dc7 style: fix display for h3 in slides 2021-11-25 18:48:48 +01:00
dc6b5b7b21 Change theme extension (for build) 2021-11-24 19:58:03 +01:00
da362946a9 Add columns layout 2021-11-23 23:44:20 +01:00
3544e03023 chore: make sure theme.css cleanup when build fails 2021-06-27 23:45:49 +02:00
d664847fdc Add a Makefile for marp 2021-03-09 08:57:39 +01:00
e09e70a0c6 marp: use sane defaults 2020-09-29 16:42:37 +02:00
2c814ede13 Add configuration for dependencies 2020-04-19 12:04:32 +02:00