Sass mixins and variables for Backpack.


License
Apache-2.0
Install
npm install bpk-mixins@20.1.14

Documentation

Backpack Foundations

This repo contains common design system elements that are shared across Skyscanner platforms. These include but are not limited to icons and tokens e.g. colours, typography etc.

Build Status

Table of contents

Structure

This repo is broken down into the following packages:

bpk-foundations-common

All tokens that are common across all platforms, broken down into two parts:

base/ – tokens that are consistent across all platforms, like colours or animations. This could expand in the future as we align more across platforms.

app/ – tokens that are shared across iOS and Android.

bpk-foundations-<android/ios/react-native/web>

These specific packages target any tokens that are only applicable to them, e.g. breakpoints for web or elevations for Android.

These packages inherit the bpk-foundations-common tokens and export them through each aliases.json file, so they can be added to the platform alongside their specific tokens.

Usage

Installing packages

npm install @skyscanner/[package-name] --save

Note: You should not install the bpk-foundations-common package as this is consumed within each platform-specific package and serves tokens directly.

Contributing

To contribute please see contributing.md.