Sha256: 18a175aee875196a90b315209de0ad91591b98f4007f0b341265b4a7e4c324ac

Contents?: true

Size: 854 Bytes

Versions: 1

Compression:

Stored size: 854 Bytes

Contents

////////////////////////
// Base Partials
//
// These files will be shared across all three of your output
//  CSS files. Generally included here are only Compass Extension
//  imports and imports for variables, functions, mixins, and extendables.
////////////////////////

////////////////////////
// Compass Imports
////////////////////////
@import 'compass';

////////////////////////
// Compass Extensions
////////////////////////
@import 'susy';
@import 'breakpoint';

////////////////////////
// Private Imports
////////////////////////
@import 'variables';
@import 'functions';
@import 'mixins';
@import 'extendables';

////////////////////////
// Cheat at CSS
//
// Applies a natural box layout modeul to all elements.
//  From http://paulirish.com/2012/box-sizing-border-box-ftw/
////////////////////////
* { @include box-sizing('border-box'); }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rwd-kickstart-1.0 templates/project/partials/global/_base.scss