Sha256: d8f77778008ba6443c651f2faf0032919632428183bc668eecc0bcd3f5e2afcb
Contents?: true
Size: 421 Bytes
Versions: 15
Compression:
Stored size: 421 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;
Version data entries
15 entries across 15 versions & 1 rubygems