Skip to content
#

inline

Here are 163 public repositories matching this topic...

ryanwalters
ryanwalters commented Jan 13, 2017

Issue
I'm using FreeMarker templating tags inside an email template. However, when I try to exclude these using the juice.codeBlocks global, it still parses them.

juice.codeBlocks = {
    start: '<#',
    end: '>'
};

juice('<#list myObject.values as value></#list>');

Expected result
<#list myObject.values as value></#list>

Actual result
`<#list myObject.

brianfryer
brianfryer commented May 26, 2015

The border-radius declaration is appended after the border-bottom-left-radius and border-bottom-right-radius declarations thereby overriding custom values.

Example:

Input HTML

<table class="branding-header bg-black radius-4 radius-top" cellpadding="0" cellspacing="0" border="0" align="center">

Input CSS

.branding-header {
  border-bottom: 3px solid $blue;
}
.bg-black {

Improve this page

Add a description, image, and links to the inline topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inline topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.