2020.1

Table Of Contents
Foundation templates.
l
Enable for Print Context: Check to enable <div> resizing in the Print contexts.
l
Enable for Email Context: Check to enable <div> resizing in the Email contexts.
l
Detail tables preview limit
l
Maximum number of records to show in preview: This setting limits the number
of records to show in detail tables in the Designer (Preview tab). The lower this
number, the shorter the time before the preview or the next record will appear.
CSS options
A CSS preprocessor is a CSS extension language that allows you to enhance CSS with code
(variables, for example) and then compile it into plain CSS. CSS Preprocessor Sass is
integrated in Connect.
For more information about Sass, see: https://sass-lang.com/.
The CSS options relate to the way Sass (.scss) files are compiled in Connect. See also: "Using
a Sass file" on page295 in the Online Help: https://help.objectiflune.com/en/planetpress-
connect-user-guide/2020.1/.
l
Output style: This setting determines the use of spaces and indentation in the compiled
CSS file. For examples of the available output styles, see: https://sass-
lang.com/documentation/file.SASS_REFERENCE.html#output_style.
l
Compact: Each CSS rule takes up only one line, with every property defined on
that line. Nested rules are placed next to each other with no new line, while
separate groups of rules have new lines between them.
l
Compressed: This output style minifies the output. It has no whitespace except that
necessary to separate selectors and a new line at the end of the file. It also includes
some other minor compressions, such as choosing the smallest representation for
colors. It's not meant to be human-readable.
l
Expanded: This is the default output style. Each property and rule take up one line.
Properties are indented within the rules, but the rules aren't indented in any special
way.
l
Nested: Each property has its own line, but the indentation isn't constant. Each rule
is indented based on how deeply an element is nested in the HTML and CSS
structure.
Page 361