2019.2

Table Of Contents
Editing preferences
These preferences define different editing options in the Designer module.
l
Object Resizing for <div> elements: This defines in which contexts to enable the
resizing of <div> elements (including Positioned and Inline boxes). Resizing <div>
elements may cause layouts to produce undesirable results especially when using
Foundation templates.
l
Enable for Print Context: Check to enable <div> resizing in the Print contexts.
l
Enable for Web Context: Check to enable <div> resizing in the Web 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 both the Designer (Preview tab) and
Datamapper. 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: Sass website.
The CSS options relate to the way Sass (.scss) files are compiled in Connect. See also: "Using
a Sass file" on page784.
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: Sass reference: 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.
Page 836