89 packages
cadesignsystem
## Table of contents
@citizensadvice/background-colors
Background colors are most commonly used for filling large blocks of content or areas with a color.
@citizensadvice/background-position
The background-position property sets the starting position of a background image. This can only be used with a background image.
@citizensadvice/background-size
Defines the size of the background image.
@citizensadvice/border-colors
Defines the color of the element's borders.
@citizensadvice/border-radius
Defines the radius of the element's corners.
@citizensadvice/borders
Defines the border of an element. These can be combined with other border properties such as color or widths to override default styling.
@citizensadvice/border-style
Defines the style of the element's borders.
@citizensadvice/border-width
Defines the width of an element's border.
@citizensadvice/box-sizing
Defines how the width and height of the element are calculated: whether they include the _borders_ and _padding_ or not.