Add context to config, removed from core
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user