Sha256: 6f5f03adef79e783147b0004b3e08bb7395f37cc9f7f2b4e587e50185be42f64
Contents?: true
Size: 1.03 KB
Versions: 5
Compression:
Stored size: 1.03 KB
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: flint-get-all-keys() !global; $flint__all__breakpoints: flint-get-all-breakpoints() !global; $flint__all__columns: flint-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: if(flint-exists($flint, "support-syntax"), flint-get-value("settings", "support-syntax"), false) !global; // Use Ruby functions? // ---- $flint__use-ruby-functions: if(flint-use-ruby-functions() == true, true, false) !global; // Cached selector instance lists // ---- $flint__cached-instances: () !global; // Cached calculated values // ---- $flint__cached-values: () !global; // Chached calculation results // ---- $flint__cache-results: () !global;
Version data entries
5 entries across 5 versions & 1 rubygems