foundation-emails icon indicating copy to clipboard operation
foundation-emails copied to clipboard

[data-ogsc] prefixed CSS is discarded on compilation

Open viking1304 opened this issue 3 years ago • 0 comments

How can we reproduce this bug?

Add any [data-ogsc] styling to your _template.scss and it will be discarded on compile.

Write out the HTML (or Inky code) that causes the issue.

[data-ogsc] .link { color: #555 !important; }

What did you expect to happen?

To be able to use [data-ogsc] prefixed elements in CSS.

What happened instead?

[data-ogsc] prefixed elements are completely discarded.

Both {{{{raw}}}} {{{{/raw}}}} and pairs will fail and break the compilation completely, so that doesn't help in this case.

viking1304 avatar Nov 22 '22 18:11 viking1304