Sha256: d1a40b7728692f18a183eb0be4fc65f514036a4f8d2c2b92adbfa9069d10c88c
Contents?: true
Size: 407 Bytes
Versions: 10
Compression:
Stored size: 407 Bytes
Contents
// set global variable to check if foundation has been applied globally $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 $instance-count: 0 !global; $flint__instances: () !global;
Version data entries
10 entries across 10 versions & 1 rubygems