Sha256: 986c28cf6e8b206c3800c1bf496b5f4b18c08dd8bcaa1e16e097d93f30cd38a5
Contents?: true
Size: 677 Bytes
Versions: 4
Compression:
Stored size: 677 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: if(exists($flint, "support-syntax"), get-value("settings", "support-syntax"), false) !global;
Version data entries
4 entries across 4 versions & 1 rubygems