aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out/xmls_css.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-03-12 22:39:09 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-03-12 22:56:34 -0400
commite9e17be24eba558c30fcdc41ea5bb9a1da7fd4e7 (patch)
tree1ed3c4b528b0a8e54d0eb9babc391e562578c7b4 /src/doc_reform/io_out/xmls_css.d
parentnix flake & env upkeep (diff)
mark modules as @safe: (& identify what is not)
Diffstat (limited to 'src/doc_reform/io_out/xmls_css.d')
-rw-r--r--src/doc_reform/io_out/xmls_css.d5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc_reform/io_out/xmls_css.d b/src/doc_reform/io_out/xmls_css.d
index 831a26d..712d79a 100644
--- a/src/doc_reform/io_out/xmls_css.d
+++ b/src/doc_reform/io_out/xmls_css.d
@@ -51,9 +51,10 @@
default css settings
+/
module doc_reform.io_out.xmls_css;
+@safe:
template spineCss() {
import std.format;
- @safe auto spineCss(M)(M doc_matters) {
+ auto spineCss(M)(M doc_matters) {
string _css_indent = format(q"┃
/* indent */
p.norm { }
@@ -4427,7 +4428,7 @@ p.form {
_css_indent,
_color_ocn_dark,
);
- @safe auto css_() {
+ auto css_() {
struct _CSS {
string html_seg = "/* spine css html seg stylesheet */\n";
string html_scroll = "/* spine css html scroll stylesheet */\n";