Skip to content

Instantly share code, notes, and snippets.

@pmdartus
Created February 14, 2020 15:11
Show Gist options
  • Save pmdartus/8df9c6d4b4a6c0b47026d3bef474949d to your computer and use it in GitHub Desktop.
Save pmdartus/8df9c6d4b4a6c0b47026d3bef474949d to your computer and use it in GitHub Desktop.
Max call stack error LWC compiler
.unit-content .codeblock {
word-wrap: break-word;
}
.unit-content blockquote {
border-color: #e2e2e2;
}
.unit-content blockquote p {
font-weight: normal;
font-style: italic;
}
.unit-content ul,
.unit-content ol {
margin-left: 2rem;
}
.unit-content p > code {
white-space: normal;
}
.unit-content code,
.unit-content samp {
font-size: 12px;
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
border-radius: 3px;
}
.unit-content h1,
.unit-content h1 span,
.unit-content h2,
.unit-content h2 span,
.unit-content h3,
.unit-content h3 span,
.unit-content h4,
.unit-content h4 span {
color: #333;
}
.unit-content .data.colSort {
overflow: auto;
width: 100%;
}
.unit-content h1 {
font-size: 26px;
margin: 2rem 0 6px;
line-height: 1.3;
}
.unit-content h1:first-child {
margin-top: 0;
}
.unit-content h2 {
font-size: 24px;
margin: 2rem 0 6px;
line-height: 1.3;
}
.unit-content h2:first-child {
margin-top: 0;
}
.unit-content h3 {
font-size: 20px;
margin: 2rem 0 6px;
line-height: 1.3;
font-weight: normal;
}
.unit-content h3:first-child {
margin-top: 0;
}
.unit-content h3.helpHead3 {
margin-top: 2rem;
}
.unit-content h4 {
font-size: 1rem;
font-weight: bold;
margin: 24px 0 6px;
}
.unit-content dt {
font-weight: bold;
}
.unit-content .topic h2 {
margin-top: 60px;
margin-bottom: 20px;
}
.unit-content .topic h2,
.unit-content .topic h2 span {
color: #333;
}
.unit-content p,
.unit-content div.p,
.unit-content ul,
.unit-content ol {
margin-bottom: 1rem;
}
.unit-content p p,
.unit-content p div.p,
.unit-content p ul p,
.unit-content p ul div.p,
.unit-content p ul li p,
.unit-content p ul li div.p,
.unit-content p ol p,
.unit-content p ol div.p,
.unit-content p ol li p,
.unit-content p ol li div.p,
.unit-content div.p p,
.unit-content div.p div.p,
.unit-content div.p ul p,
.unit-content div.p ul div.p,
.unit-content div.p ul li p,
.unit-content div.p ul li div.p,
.unit-content div.p ol p,
.unit-content div.p ol div.p,
.unit-content div.p ol li p,
.unit-content div.p ol li div.p,
.unit-content ul p,
.unit-content ul div.p,
.unit-content ul ul p,
.unit-content ul ul div.p,
.unit-content ul ul li p,
.unit-content ul ul li div.p,
.unit-content ul ol p,
.unit-content ul ol div.p,
.unit-content ul ol li p,
.unit-content ul ol li div.p,
.unit-content ol p,
.unit-content ol div.p,
.unit-content ol ul p,
.unit-content ol ul div.p,
.unit-content ol ul li p,
.unit-content ol ul li div.p,
.unit-content ol ol p,
.unit-content ol ol div.p,
.unit-content ol ol li p,
.unit-content ol ol li div.p {
margin-bottom: 0;
}
.unit-content ol ol {
list-style: lower-alpha;
margin-bottom: 0;
}
.unit-content table ol,
.unit-content table ul {
margin-bottom: 0;
}
.unit-content .p .bulletList {
list-style: disc;
margin: 1rem 2rem 0;
}
.unit-content .box {
padding: 1rem 2rem 1rem 1rem;
margin: 1rem 0;
}
.unit-content .box.info,
.unit-content .box.confirm,
.unit-content .box.warn {
background: #fffcdd;
}
.unit-content .box h4 {
margin: 1rem 0;
font-size: 18px;
line-height: 1.3;
font-weight: bold;
}
.unit-content .box .media > .mediaBd {
float: none;
padding-left: 65px;
}
.unit-content .box .media > .mediaBd > ul,
.unit-content .box .media > .mediaBd > ol {
margin: 0;
}
.unit-content .box .media > .mediaBd > ul li,
.unit-content .box .media > .mediaBd > ol li {
margin: 0 0 0 1rem;
}
.unit-content .box .media > .mediaBd p {
margin: 0 0 1rem;
}
.unit-content .box .media > .mediaBd p:last-child {
margin-bottom: 0;
}
.unit-content .box.callout {
background: #f2fbff;
padding: 1rem 2rem 2rem;
}
.unit-content .box.callout .media > .mediaBd {
padding-left: 0;
}
.unit-content .section .userinput,
.unit-content .body .userinput {
font-family: monospace;
background: white;
padding: 0 4px;
}
.unit-content .section ol,
.unit-content .body ol {
line-height: 1.5;
}
.unit-content .section ol li,
.unit-content .body ol li {
line-height: inherit;
}
.unit-content .section pre,
.unit-content .body pre {
margin-bottom: 20px;
margin-top: 20px;
}
.unit-content .section dl,
.unit-content .body dl {
font-size: 16px;
line-height: 1.5;
}
.unit-content .section dd,
.unit-content .body dd {
margin: 0 0 1rem;
line-height: inherit;
}
.unit-content .section div.shortdesc,
.unit-content .body div.shortdesc {
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
}
.unit-content .section iframe,
.unit-content .body iframe {
display: block;
max-width: 100%;
}
.unit-content .section div.p,
.unit-content .section p,
.unit-content .section span,
.unit-content .section li div,
.unit-content .body div.p,
.unit-content .body p,
.unit-content .body span,
.unit-content .body li div {
word-wrap: break-word;
}
.unit-content .section div.p object,
.unit-content .section div.p iframe,
.unit-content .section p object,
.unit-content .section p iframe,
.unit-content .section span object,
.unit-content .section span iframe,
.unit-content .section li div object,
.unit-content .section li div iframe,
.unit-content .body div.p object,
.unit-content .body div.p iframe,
.unit-content .body p object,
.unit-content .body p iframe,
.unit-content .body span object,
.unit-content .body span iframe,
.unit-content .body li div object,
.unit-content .body li div iframe {
margin-top: 20px;
margin-bottom: 20px;
}
.unit-content .section div.p .image-block img,
.unit-content .section p .image-block img,
.unit-content .section span .image-block img,
.unit-content .section li div .image-block img,
.unit-content .body div.p .image-block img,
.unit-content .body p .image-block img,
.unit-content .body span .image-block img,
.unit-content .body li div .image-block img {
margin-top: 0;
margin-bottom: 0;
}
.unit-content .section div.p pre,
.unit-content .section div.p table,
.unit-content .section div.p .fig img,
.unit-content .section p pre,
.unit-content .section p table,
.unit-content .section p .fig img,
.unit-content .section span pre,
.unit-content .section span table,
.unit-content .section span .fig img,
.unit-content .section li div pre,
.unit-content .section li div table,
.unit-content .section li div .fig img,
.unit-content .body div.p pre,
.unit-content .body div.p table,
.unit-content .body div.p .fig img,
.unit-content .body p pre,
.unit-content .body p table,
.unit-content .body p .fig img,
.unit-content .body span pre,
.unit-content .body span table,
.unit-content .body span .fig img,
.unit-content .body li div pre,
.unit-content .body li div table,
.unit-content .body li div .fig img {
margin-top: 20px;
margin-bottom: 20px;
height: auto;
}
.unit-content .section p,
.unit-content .section ul,
.unit-content .section iframe,
.unit-content .section object,
.unit-content .section div.shortdesc,
.unit-content .body p,
.unit-content .body ul,
.unit-content .body iframe,
.unit-content .body object,
.unit-content .body div.shortdesc {
margin-top: 20px;
margin-bottom: 20px;
}
.unit-content .section p + h2,
.unit-content .section ul + h2,
.unit-content .section iframe + h2,
.unit-content .section object + h2,
.unit-content .section div.shortdesc + h2,
.unit-content .body p + h2,
.unit-content .body ul + h2,
.unit-content .body iframe + h2,
.unit-content .body object + h2,
.unit-content .body div.shortdesc + h2 {
margin-top: 30px;
}
.unit-content .section p object,
.unit-content .body p object {
margin-top: 0;
margin-bottom: 0;
}
.unit-content .section .fignone .image,
.unit-content .body .fignone .image {
margin-top: 0;
margin-bottom: 0;
}
.unit-content .img.mtm {
float: left;
}
.unit-content .media {
overflow: hidden;
}
.unit-content .media > img {
float: left;
margin: 0 1rem 0 0;
max-width: 100px;
}
.unit-content .image-block > img {
max-width: 100%;
}
.unit-content .media .mediaBd {
float: left;
}
.unit-content .media .mediaBd > ul,
.unit-content .media .mediaBd > ol {
margin: 1rem 0 1rem 3rem;
}
.unit-content .anchor {
visibility: hidden;
}
.unit-content > ul,
.unit-content > ol,
.unit-content dd > ul,
.unit-content dd > ol {
margin: 1rem 0 1rem 2rem;
}
.unit-content .image-block {
display: block;
margin: 4px 0;
}
.unit-content .image-center {
margin-left: auto;
margin-right: auto;
display: block;
}
.unit-content .image-right {
margin-left: auto;
display: block;
}
.unit-content ol {
list-style: decimal;
}
.unit-content ul {
list-style: disc;
}
.unit-content li > ul,
.unit-content li > ol {
margin-left: 1rem;
}
.unit-content li > ul {
list-style: circle;
}
export function stylesheet(hostSelector, shadowSelector, nativeShadow) {
return ".unit-content" + shadowSelector + " .codeblock" + shadowSelector + " {word-wrap: break-word;}\n.unit-content" + shadowSelector + " blockquote" + shadowSelector + " {border-color: #e2e2e2;}\n.unit-content" + shadowSelector + " blockquote" + shadowSelector + " p" + shadowSelector + " {font-weight: normal;font-style: italic;}\n.unit-content" + shadowSelector + " ul" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " {margin-left: 2rem;}\n.unit-content" + shadowSelector + " p" + shadowSelector + " > code" + shadowSelector + " {white-space: normal;}\n.unit-content" + shadowSelector + " code" + shadowSelector + ",.unit-content" + shadowSelector + " samp" + shadowSelector + " {font-size: 12px;padding: 2px 4px;color: #d14;background-color: #f7f7f9;border: 1px solid #e1e1e8;font-family: Monaco, Menlo, Consolas, \"Courier New\", monospace;border-radius: 3px;}\n.unit-content" + shadowSelector + " h1" + shadowSelector + ",.unit-content" + shadowSelector + " h1" + shadowSelector + " span" + shadowSelector + ",.unit-content" + shadowSelector + " h2" + shadowSelector + ",.unit-content" + shadowSelector + " h2" + shadowSelector + " span" + shadowSelector + ",.unit-content" + shadowSelector + " h3" + shadowSelector + ",.unit-content" + shadowSelector + " h3" + shadowSelector + " span" + shadowSelector + ",.unit-content" + shadowSelector + " h4" + shadowSelector + ",.unit-content" + shadowSelector + " h4" + shadowSelector + " span" + shadowSelector + " {color: #333;}\n.unit-content" + shadowSelector + " .data.colSort" + shadowSelector + " {overflow: auto;width: 100%;}\n.unit-content" + shadowSelector + " h1" + shadowSelector + " {font-size: 26px;margin: 2rem 0 6px;line-height: 1.3;}\n.unit-content" + shadowSelector + " h1:first-child" + shadowSelector + " {margin-top: 0;}\n.unit-content" + shadowSelector + " h2" + shadowSelector + " {font-size: 24px;margin: 2rem 0 6px;line-height: 1.3;}\n.unit-content" + shadowSelector + " h2:first-child" + shadowSelector + " {margin-top: 0;}\n.unit-content" + shadowSelector + " h3" + shadowSelector + " {font-size: 20px;margin: 2rem 0 6px;line-height: 1.3;font-weight: normal;}\n.unit-content" + shadowSelector + " h3:first-child" + shadowSelector + " {margin-top: 0;}\n.unit-content" + shadowSelector + " h3.helpHead3" + shadowSelector + " {margin-top: 2rem;}\n.unit-content" + shadowSelector + " h4" + shadowSelector + " {font-size: 1rem;font-weight: bold;margin: 24px 0 6px;}\n.unit-content" + shadowSelector + " dt" + shadowSelector + " {font-weight: bold;}\n.unit-content" + shadowSelector + " .topic" + shadowSelector + " h2" + shadowSelector + " {margin-top: 60px;margin-bottom: 20px;}\n.unit-content" + shadowSelector + " .topic" + shadowSelector + " h2" + shadowSelector + ",.unit-content" + shadowSelector + " .topic" + shadowSelector + " h2" + shadowSelector + " span" + shadowSelector + " {color: #333;}\n.unit-content" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " {margin-bottom: 1rem;}\n.unit-content" + shadowSelector + " p" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " ul" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " ul" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " ul" + shadowSelector + " li" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " ul" + shadowSelector + " li" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " ol" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " ol" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " p" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " ul" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " ul" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " ul" + shadowSelector + " li" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " ul" + shadowSelector + " li" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " ol" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " ol" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " div.p" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " ul" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " ul" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " ul" + shadowSelector + " li" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " ul" + shadowSelector + " li" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " ol" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " ol" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ul" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " ul" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " ul" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " ul" + shadowSelector + " li" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " ul" + shadowSelector + " li" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " ol" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " ol" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " ol" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " div.p" + shadowSelector + " {margin-bottom: 0;}\n.unit-content" + shadowSelector + " ol" + shadowSelector + " ol" + shadowSelector + " {list-style: lower-alpha;margin-bottom: 0;}\n.unit-content" + shadowSelector + " table" + shadowSelector + " ol" + shadowSelector + ",.unit-content" + shadowSelector + " table" + shadowSelector + " ul" + shadowSelector + " {margin-bottom: 0;}\n.unit-content" + shadowSelector + " .p" + shadowSelector + " .bulletList" + shadowSelector + " {list-style: disc;margin: 1rem 2rem 0;}\n.unit-content" + shadowSelector + " .box" + shadowSelector + " {padding: 1rem 2rem 1rem 1rem;margin: 1rem 0;}\n.unit-content" + shadowSelector + " .box.info" + shadowSelector + ",.unit-content" + shadowSelector + " .box.confirm" + shadowSelector + ",.unit-content" + shadowSelector + " .box.warn" + shadowSelector + " {background: #fffcdd;}\n.unit-content" + shadowSelector + " .box" + shadowSelector + " h4" + shadowSelector + " {margin: 1rem 0;font-size: 18px;line-height: 1.3;font-weight: bold;}\n.unit-content" + shadowSelector + " .box" + shadowSelector + " .media" + shadowSelector + " > .mediaBd" + shadowSelector + " {float: none;padding-left: 65px;}\n.unit-content" + shadowSelector + " .box" + shadowSelector + " .media" + shadowSelector + " > .mediaBd" + shadowSelector + " > ul" + shadowSelector + ",.unit-content" + shadowSelector + " .box" + shadowSelector + " .media" + shadowSelector + " > .mediaBd" + shadowSelector + " > ol" + shadowSelector + " {margin: 0;}\n.unit-content" + shadowSelector + " .box" + shadowSelector + " .media" + shadowSelector + " > .mediaBd" + shadowSelector + " > ul" + shadowSelector + " li" + shadowSelector + ",.unit-content" + shadowSelector + " .box" + shadowSelector + " .media" + shadowSelector + " > .mediaBd" + shadowSelector + " > ol" + shadowSelector + " li" + shadowSelector + " {margin: 0 0 0 1rem;}\n.unit-content" + shadowSelector + " .box" + shadowSelector + " .media" + shadowSelector + " > .mediaBd" + shadowSelector + " p" + shadowSelector + " {margin: 0 0 1rem;}\n.unit-content" + shadowSelector + " .box" + shadowSelector + " .media" + shadowSelector + " > .mediaBd" + shadowSelector + " p:last-child" + shadowSelector + " {margin-bottom: 0;}\n.unit-content" + shadowSelector + " .box.callout" + shadowSelector + " {background: #f2fbff;padding: 1rem 2rem 2rem;}\n.unit-content" + shadowSelector + " .box.callout" + shadowSelector + " .media" + shadowSelector + " > .mediaBd" + shadowSelector + " {padding-left: 0;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " .userinput" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " .userinput" + shadowSelector + " {font-family: monospace;background: white;padding: 0 4px;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " ol" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " ol" + shadowSelector + " {line-height: 1.5;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " ol" + shadowSelector + " li" + shadowSelector + " {line-height: inherit;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " pre" + shadowSelector + " {margin-bottom: 20px;margin-top: 20px;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " dl" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " dl" + shadowSelector + " {font-size: 16px;line-height: 1.5;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " dd" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " dd" + shadowSelector + " {margin: 0 0 1rem;line-height: inherit;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " div.shortdesc" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.shortdesc" + shadowSelector + " {font-size: 16px;line-height: 1.5;word-wrap: break-word;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " iframe" + shadowSelector + " {display: block;max-width: 100%;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " span" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.p" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " span" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " {word-wrap: break-word;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " div.p" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " div.p" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " span" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " span" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.p" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.p" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " span" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " span" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " iframe" + shadowSelector + " {margin-top: 20px;margin-bottom: 20px;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " div.p" + shadowSelector + " .image-block" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + " .image-block" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " span" + shadowSelector + " .image-block" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " .image-block" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.p" + shadowSelector + " .image-block" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + " .image-block" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " span" + shadowSelector + " .image-block" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " .image-block" + shadowSelector + " img" + shadowSelector + " {margin-top: 0;margin-bottom: 0;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " div.p" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " div.p" + shadowSelector + " table" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " div.p" + shadowSelector + " .fig" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + " table" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + " .fig" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " span" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " span" + shadowSelector + " table" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " span" + shadowSelector + " .fig" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " table" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " .fig" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.p" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.p" + shadowSelector + " table" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.p" + shadowSelector + " .fig" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + " table" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + " .fig" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " span" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " span" + shadowSelector + " table" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " span" + shadowSelector + " .fig" + shadowSelector + " img" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " pre" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " table" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " li" + shadowSelector + " div" + shadowSelector + " .fig" + shadowSelector + " img" + shadowSelector + " {margin-top: 20px;margin-bottom: 20px;height: auto;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " ul" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " div.shortdesc" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " ul" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " iframe" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.shortdesc" + shadowSelector + " {margin-top: 20px;margin-bottom: 20px;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " ul" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " iframe" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " object" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .section" + shadowSelector + " div.shortdesc" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " ul" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " iframe" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " object" + shadowSelector + " + h2" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " div.shortdesc" + shadowSelector + " + h2" + shadowSelector + " {margin-top: 30px;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " p" + shadowSelector + " object" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " p" + shadowSelector + " object" + shadowSelector + " {margin-top: 0;margin-bottom: 0;}\n.unit-content" + shadowSelector + " .section" + shadowSelector + " .fignone" + shadowSelector + " .image" + shadowSelector + ",.unit-content" + shadowSelector + " .body" + shadowSelector + " .fignone" + shadowSelector + " .image" + shadowSelector + " {margin-top: 0;margin-bottom: 0;}\n.unit-content" + shadowSelector + " .img.mtm" + shadowSelector + " {float: left;}\n.unit-content" + shadowSelector + " .media" + shadowSelector + " {overflow: hidden;}\n.unit-content" + shadowSelector + " .media" + shadowSelector + " > img" + shadowSelector + " {float: left;margin: 0 1rem 0 0;max-width: 100px;}\n.unit-content" + shadowSelector + " .image-block" + shadowSelector + " > img" + shadowSelector + " {max-width: 100%;}\n.unit-content" + shadowSelector + " .media" + shadowSelector + " .mediaBd" + shadowSelector + " {float: left;}\n.unit-content" + shadowSelector + " .media" + shadowSelector + " .mediaBd" + shadowSelector + " > ul" + shadowSelector + ",.unit-content" + shadowSelector + " .media" + shadowSelector + " .mediaBd" + shadowSelector + " > ol" + shadowSelector + " {margin: 1rem 0 1rem 3rem;}\n.unit-content" + shadowSelector + " .anchor" + shadowSelector + " {visibility: hidden;}\n.unit-content" + shadowSelector + " > ul" + shadowSelector + ",.unit-content" + shadowSelector + " > ol" + shadowSelector + ",.unit-content" + shadowSelector + " dd" + shadowSelector + " > ul" + shadowSelector + ",.unit-content" + shadowSelector + " dd" + shadowSelector + " > ol" + shadowSelector + " {margin: 1rem 0 1rem 2rem;}\n.unit-content" + shadowSelector + " .image-block" + shadowSelector + " {display: block;margin: 4px 0;}\n.unit-content" + shadowSelector + " .image-center" + shadowSelector + " {margin-left: auto;margin-right: auto;display: block;}\n.unit-content" + shadowSelector + " .image-right" + shadowSelector + " {margin-left: auto;display: block;}\n.unit-content" + shadowSelector + " ol" + shadowSelector + " {list-style: decimal;}\n.unit-content" + shadowSelector + " ul" + shadowSelector + " {list-style: disc;}\n.unit-content" + shadowSelector + " li" + shadowSelector + " > ul" + shadowSelector + ",.unit-content" + shadowSelector + " li" + shadowSelector + " > ol" + shadowSelector + " {margin-left: 1rem;}\n.unit-content" + shadowSelector + " li" + shadowSelector + " > ul" + shadowSelector + " {list-style: circle;}\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment