The .tiles
class allows for a responsive tile system. Based on the settings, the layout determines itself how many tiles fit horizontally, and scales the tiles in the available space.

Utility classes
The available utility classes to alter the settings for .tiles
are listed below.
.tiles-w-<name>
: set themin-width
of an individual item in the tile system, based on$feo-breakpoints
..gap-<name>
: set thegap
property, which defines the gap both vertically and horizontally between items in the tile system. Based on$feo-sizes
.
If the utility classes are not flexible enough and you want to adjust the way the layout pattern behaves, adjust the
--tiles-width
custom properties on the element you are applying this pattern to.