Hi, I wanted to write custom CSS like this:
div.content > p { ... }
which got escaped to:
div.content & gt; p { ... }
is it intentional that direct selectors don't work, or maybe not even in the theme's hands to fix?
Hi, I wanted to write custom CSS like this:
div.content > p { ... }
which got escaped to:
div.content & gt; p { ... }
is it intentional that direct selectors don't work, or maybe not even in the theme's hands to fix?