wearefine/frob-core

View on GitHub
source/stylesheets/globals/imports/_variables.scss

Summary

Maintainability
Test Coverage
//////////////////////////////
// Project Specific Variables
//////////////////////////////

// Project Specific breakpoints
$breakpoints: ();

// Merge $fine_breakpoints and $breakpoints to use with bp() mixin
$breakpoints: map-merge($fine-breakpoints, $breakpoints);

$c-gray: gray(30);

$f-headline: $f-sans;
$f-content: $f-serif;