diff options
author | Siri Reiter <siri@jones.dk> | 2020-05-21 00:02:34 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2020-05-21 00:02:34 +0200 |
commit | 2270e839072b5b68b695994faec97c8a18623414 (patch) | |
tree | b4481292fcc7161a2a460c354037248e2e205f2a /partials/_base-blueprint.scss |
initiate styling based on genskabet styling.
Diffstat (limited to 'partials/_base-blueprint.scss')
-rw-r--r-- | partials/_base-blueprint.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/partials/_base-blueprint.scss b/partials/_base-blueprint.scss new file mode 100644 index 0000000..35dabed --- /dev/null +++ b/partials/_base-blueprint.scss @@ -0,0 +1,6 @@ +// Blueprint integration +// +// No styleguide reference. +$blueprint-font-family: $baseFontFamily; + +$blueprint-font-size: $baseFontSize; |