Add context to config, removed from core

This commit is contained in:
Antoine Boulanger
2017-02-08 12:08:34 -05:00
parent 55fe0f372a
commit 3528615a48

View File

@@ -2,6 +2,14 @@
// Settings / Config
// ==========================================================================
// Context
// =============================================================================
// The current stylesheet context. Available values: frontend, editor.
$context: frontend !default;
// Path is relative to the stylesheets directory.
$assets-path: '../' !default;
// Typefaces
// =============================================================================
$font-sans-serif: sans-serif;