Skip to content

Latest commit

 

History

History

introduction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Introduction

This document outlines the concepts required to write Sass in our design system. Following this document ensures that everyone is writing markup and styling that feels familiar and can be maintained by anyone with little overhead.

Table of contents

Tools and frameworks

Philosophy and structure

We strive to write modular, component driven CSS that is reusable and has a clear separation of concerns. We want an accessible codebase that makes it easy for both newcomers and old-hands to understand, navigate, and change features.

Two of the key things to keep in mind when developing are:

  1. Reusable components first
  2. Page specific only as a last resort

Continue on to Building a component →