Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Review all settings using units #109

@chris-pearce

Description

@chris-pearce

Defining units on settings makes them really rigid, e.g.:

$shell-g-border-radius: 3px;

https://github.com/campaignmonitor/shell/blob/master/src/_settings.scss#L208

If we wanted a larger radius we can't do:

$shell-g-border-radius-large: $shell-g-border-radius + 1;

Let's review all settings with units.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions