_build-v2.scss 624 Bytes
Newer Older
1 2 3 4
// ------------------------------
// Studio: Shared Build Compile
// Version 2 - introduces the Pattern Library

5 6
// Base build
@import 'build';
7 8 9 10

// Configuration
@import 'config';

11 12 13 14 15 16
// Legacy variables
//
// Note: these should be replaced by Bootstrap theme variables
@import 'cms/theme/variables-v1';

// Utilities
17 18
@import 'mixins-v2';
@import 'base-v2';
19 20

// Pattern Library styling
21 22 23 24 25 26
@import 'elements-v2/controls';
@import 'elements-v2/header';
@import 'elements-v2/navigation';
@import 'elements/footer';
@import 'elements-v2/sock';
@import 'elements-v2/tooltip';
27 28 29

// Extra theme-specific rules
@import 'cms/theme/extras';