app/assets/stylesheets/kentucky/_kentucky.scss in kentucky-1.5.1 vs app/assets/stylesheets/kentucky/_kentucky.scss in kentucky-2.0.0

- old
+ new

@@ -1,54 +1,52 @@ // ------------------------------------------------------------------- // -// Kentucky Project Imports +// Kentucky Project Settings +// +// Global variables used throughout Kentucky / projects. // ------------------------------------------------------------------- // -// ------------------------------------------------------------------- // -// Helpers, Functions, Mixins, and Extends -// ------------------------------------------------------------------- // -// Called first as these are used in other helpers/files -@import "helpers/html5-input-types"; +@import "base/project-settings"; -// Functions -@import "functions/gradient-functions"; -@import "functions/remify"; -@import "functions/strip-units"; -// Mixins -@import "helpers/border"; -@import "helpers/font-size"; -@import "helpers/headings"; -@import "helpers/linear-gradient"; -@import "helpers/position"; -@import "helpers/radial-gradient"; -@import "helpers/size"; -@import "helpers/truncate"; -// Extends -@import "helpers/breadcrumbs"; -@import "helpers/go"; -@import "helpers/mute"; - -// Addons -@import "helpers/anti-aliased"; -@import "helpers/clearfix"; -@import "helpers/hide-text"; - // ------------------------------------------------------------------- // -// Project Settings +// Kentucky Imports - Functions +// +// SCSS functions required by other elements of Kentucky. // ------------------------------------------------------------------- // -@import "project-settings"; +@import "functions/assign"; +@import "functions/tint-shade"; + + // ------------------------------------------------------------------- // -// Grid +// Kentucky Import - Addons +// +// Additional mixin addons to help speed up front-end development. // ------------------------------------------------------------------- // -@import "grid/grid"; +@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"; + + // ------------------------------------------------------------------- // -// Base +// 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 "normalize"; -@import "forms"; -@import "typography"; +@import "base/layouts"; +@import "base/typography"; +@import "base/buttons"; +@import "base/forms"; +@import "base/lists"; +@import "base/tables";