Sha256: 4b27cfb8c441dd3a5cdec937e39ad4eb85c948b56eae67ed8dd4b5261eb56976

Contents?: true

Size: 590 Bytes

Versions: 5

Compression:

Stored size: 590 Bytes

Contents

// this is the harness file for Archetype's core functionality

// register pre-maturely so the dependencies know the context has been set
$a-blackhole: register-archetype-module(archetype/core);

@import "required";         // any required dependencies
@import "util/core";        // utility mixins and helper functions
@import "hacks/core";       // browser hacks
@import "ui/core";          // UI mixins
@import "styleguide/core";  // styleguide framework

// decide whether or not we are going to auto-reset
@if not $CONFIG_RESET_AUTO {
  $a-blackhole: skip-archetype-init() !global;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
archetype-1.0.0.alpha.5 stylesheets/archetype/_core.scss
archetype-1.0.0.alpha.4 stylesheets/archetype/_core.scss
archetype-1.0.0.alpha.3 stylesheets/archetype/_core.scss
archetype-1.0.0.alpha.2 stylesheets/archetype/_core.scss
archetype-1.0.0.alpha.1 stylesheets/archetype/_core.scss