Consider…
.sv-section-selector-panel {
background-color: var(--panel-bgcolor);
<<std-bk-panel-css>>
}
I would like to add the var(--panel-bgcolor)
line to the macro std-bk-panel-css
, but when I do, TW is changing the double-hyphen to endash.
My current rule pragma:
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
which clearly does nothing to help here.
I see a parser rule for dash
in ControlPanel → Info → Advanced → Parsing but that doesn’t seem to help either. And either way, can I have two rule pragmas? One like above and another (except
) to turn off dash transposing?
Or am I missing something obvious?