Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 533 Bytes

File metadata and controls

28 lines (17 loc) · 533 Bytes

Fall-Back-Base

Settings, mixins and base styles required by most of the Fall-Back patterns.

Usage Example

  1. Use Bower to install the Fall-Back repositories.

  2. Import the base and patterns you need into you main scss stylesheet:

// ... 

$fallback--base-font-size: 10px !default;
// Or import a local settings file

@import "path/to/fallback-base";
// Import other Fall-Back patterns.

// ... 
  1. Incorporate the JS files you need into your build script.

More detailed examples to follow.