Sha256: e9ca37e162d8dd7a21cf6c998d7c42abaf9c395cf2e76322eddb8fd510ce9f01
Contents?: true
Size: 1.51 KB
Versions: 4
Compression:
Stored size: 1.51 KB
Contents
// ------------------------------------------------------------------- // // Kentucky Project Settings // // Global variables used throughout Kentucky / projects. // ------------------------------------------------------------------- // @import "base/project-settings"; // ------------------------------------------------------------------- // // Kentucky Imports - Functions // // SCSS functions required by other elements of Kentucky. // ------------------------------------------------------------------- // @import "functions/assign"; @import "functions/tint-shade"; // ------------------------------------------------------------------- // // Kentucky Import - Addons // // Additional mixin addons to help speed up front-end development. // ------------------------------------------------------------------- // @import "addons/border"; @import "addons/clearfix"; @import "addons/easings"; @import "addons/hide-text"; @import "addons/input-types"; @import "addons/position"; @import "addons/size"; @import "addons/truncate"; // ------------------------------------------------------------------- // // Kentucky Imports - Base // // These are files related to project-settings (variables) and a // custom set of normalization styles for more consistant HTML // element display as a starting point. // ------------------------------------------------------------------- // @import "base/layouts"; @import "base/typography"; @import "base/buttons"; @import "base/forms"; @import "base/lists"; @import "base/tables";
Version data entries
4 entries across 4 versions & 1 rubygems