Sha256: 29b9ceb64de895486802303c22303b2f64f3da01678f2b65855b0b7a01dfc748

Contents?: true

Size: 753 Bytes

Versions: 7

Compression:

Stored size: 753 Bytes

Contents

# Color definitions

Everything here should be rgb(a) color definitions using sass variables,

```sass
$var-name: rgba(r, g, b, a)
```

## _variables.sass

Site wide color definitions, avoid changing these variables. If we want to change the color of an element then either using a pre-existing sass variable, or creating a new one, change the actual element css to the new sass color variable.

## _mixins.sass

Color combination mixins.

## collection.sass

Collection of the above definitions.

## data.sass

Theme colouring for data environments. We import collection.sass and define `$env-primary` and `$env-secondary`.

## walk.sass

Theme colouring for walk environments. We import collection.sass and define `$env-primary` and `$env-secondary`.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slow-steps-1.0.8 _sass/_colors/README.md
slow-steps-1.0.6 _sass/_colors/README.md
slow-steps-1.0.5 _sass/_colors/README.md
slow-steps-1.0.4 _sass/_colors/README.md
slow-steps-1.0.3 _sass/_colors/README.md
slow-steps-1.0.2 _sass/_colors/README.md
slow-steps-1.0.1 _sass/_colors/README.md