Sha256: a6461f4d7b1ff32a6d54790b779368c71054d6bafadd50a164a4c997b1223e2b

Contents?: true

Size: 1.91 KB

Versions: 7

Compression:

Stored size: 1.91 KB

Contents

/*! Bones CSS Framework | v1.0 | Sean C. Davis | MIT License | git.io/imidoQ */

/*
 * Welcome to Bones CSS Framework!
 * 
 * This is the manifest file for Bones' CSS. It brings all files 
 * together.
 *
 * To add or remove modules, simply comment or uncomment and then 
 * use Compass to recompile and compress.
 *
 * Files are noted as recommended and required where applicable.
 *
 * Refer to the ../docs/ directory for more detailed instruction.
 * 
 */

/* Vendor
============================ */
@import 'bones/vendor/normalize'; // highly recommended for cross-browser consistency
  
/* Config
============================ */
/*
 * These are your configuration files. You should always 
 * load all of these files, as the variable values are
 * resolved and do not contribute any size to the final
 * bones.css file.
 *
 */
@import 'bones/config/colors';
@import 'bones/config/_default';
@import 'bones/config/wireframe';
@import 'bones/config/typography';
@import 'bones/config/buttons';
@import 'bones/config/forms';
@import 'bones/config/tables';
@import 'bones/config/nav';
@import 'bones/config/images';
@import 'bones/config/components';
@import 'bones/config/helpers';

/* Main Styles
============================ */
@import 'bones/styles/_default'; // required
@import 'bones/styles/wireframe';
@import 'bones/styles/typography';
@import 'bones/styles/buttons';
@import 'bones/styles/forms';
@import 'bones/styles/tables';
@import 'bones/styles/nav';
@import 'bones/styles/images';
@import 'bones/styles/components';

/* Helpers
============================ */
@import 'bones/styles/helpers/margin';
@import 'bones/styles/helpers/padding';
@import 'bones/styles/helpers/positioning';
@import 'bones/styles/helpers/color';
@import 'bones/styles/helpers/background';
@import 'bones/styles/helpers/border';
@import 'bones/styles/helpers/size';

/* Plugins
============================ */
// @import 'bones/styles/plugins/syntax_highlighting';

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bones-rails-1.1.3 app/assets/stylesheets/bones.scss
bones-rails-1.1.2 app/assets/stylesheets/bones.scss
bones-rails-1.1.1 app/assets/stylesheets/bones.scss
bones-rails-1.1.0 app/assets/stylesheets/bones.scss
bones-rails-1.0.2 app/assets/stylesheets/bones.scss
bones-rails-1.0.1 app/assets/stylesheets/bones.scss
bones-rails-1.0.0 app/assets/stylesheets/bones.scss