Sha256: f6c11b7685e0b1f1b005167b9bdc46a9869087d28b30d266d602ba40ed016b0a

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

// Set global variable to check if foundation has been applied globally
// ----
$flint__foundation: "nonexistant" !global;

// Gather all keys, breakpoints and column counts
// ----
$flint__all__keys: get-all-keys() !global;
$flint__all__breakpoints: get-all-breakpoints() !global;
$flint__all__columns: get-all-columns() !global;

// Keep track of all instances of mixin
// ----
$flint__instance-count: 0 !global;
$flint__instances: () !global;

// Font size for em calculation
// ----
$flint__base-font-size: 16px !global;

// Global syntax support
// ----
$flint__support-syntax: get-value("settings", "support-syntax") !global;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flint-gs-1.6.0 stylesheets/flint/globals/_globals.scss