app/assets/stylesheets/settings/initializers/_sanitize.sass in oulu-0.12.42 vs app/assets/stylesheets/settings/initializers/_sanitize.sass in oulu-0.13.1

- old
+ new

@@ -199,10 +199,10 @@ #{$colon}root background-color: if(variable-exists(root-background-color), $root-background-color, #ffffff) box-sizing: if(variable-exists(root-box-sizing), $root-box-sizing, border-box) color: if(variable-exists(root-color), $root-color, #000000) cursor: if(variable-exists(root-cursor), $root-cursor, default) - font: if(variable-exists(root-font-size), $root-font-size, 100%)#{$slash}#{if(variable-exists(root-line-height), $root-line-height, 1.5)} if(variable-exists(root-font-family), $root-font-family, sans-serif) + font: if(variable-exists(root-font-size), $root-font-size, 100%)#{$slash}if(variable-exists(root-line-height), $root-line-height, 1.5) if(variable-exists(root-font-family), $root-font-family, sans-serif) // specify the text decoration of anchors a text-decoration: if(variable-exists(anchor-text-decoration), $anchor-text-decoration, none)