2018.2

Table Of Contents
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.
l
Auto compile on saving .scss files: When this option is checked, a .scss file is
compiled into a .css file whenever you save it, overwriting any previously compiled
version of the .css file. By default this option is enabled.
Color options
Many of the colors in the user interface of Connect Designer can be adjusted. Click the small
colored square next to the field that holds the default color value, to open the Color dialog and
pick a color (see "Color Picker" on page786).
l
Show edges: The edges around elements in a section in the Workspace. Click the Show
Edges icon to toggle the visibility of these edges.
l
Box Objects: This color highlights positioned boxes, inline boxes and Div
elements; see "Boxes" on page598.
l
Table: This color highlights tables, and the rows and columns in tables; see "Table"
on page636.
l
Resizable Table: This color highlights tables for which the option Allow resizing
has been checked when adding the table; see "Table" on page636.
l
Forms: This color highlights forms; see "Forms" on page619.
l
Shared Content: This color highlights shared content, such as shared snippets;
see "Snippets" on page642.
l
Margin and guides: These settings only apply to Print sections.
Page 95