Skip to main content

Chassis v5.5.0

Chassis

A CSS framework for rapidly building user interfaces.

Download Chassis v5.5.0

v5.5.0 changelog

How to use

Chassis provides a consistent styling base layer across all Arnold Clark web applications, along with commonly used components and utility classes. While it provides styling for component states, it doesn't include JavaScript functionality.

You can request Chassis from our shared asset hosting, or download and include the CSS file in your application's assets.

<link
  href="https://www.arnoldclark.com/cdn/css/static/chassis/5.5.0/chassis.css"
  rel="stylesheet"
/>
<link href="local_path_to/chassis.css" rel="stylesheet" />

Browser support

Safari
Safari v10+
Chromium
Chromium* v80+
Firefox
Firefox v67+
*Includes all Chromium based browsers e.g. Google Chrome, Samsung Internet and Edge.

Contributing

Chassis is an open project and we want to encourage everyone to contribute. Spot something that's broken or think something is missing? Join the chat in Teams, raise an issue, or have a go at fixing it yourself and put in a pull request.

See GitHub for more details.