Not sure if this is the same as the post “Custom CSS Processing Bug”
Kahuna child theme
I have custom CSS specified via the Customizer. It includes:
.ProseMain {
text-indent: 1.75em;
}
.ProseSeparation {
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
}
.ProseSeparation works fine – text is centered, with space above and below. .ProseMain doesn’t do anything. However,
<p style="text-indent: 3em;">#</p>
indents just fine.