-
Notifications
You must be signed in to change notification settings - Fork 29
/
megatype.scss
36 lines (30 loc) · 1.16 KB
/
megatype.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// =====================================================
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ---------------------- Megatype ---------------------
// --- CSS breakpoints, typographic rhythm and grids ---
// _____________________________________________________
// =====================================================
// @author Thomas Bredin-Grey <[email protected]>
// Megatype: https://github.com/StudioThick/megatype
// =====================================================
/* CSS compiled from SCSS */
/* --------------------------------------- */
// toggle debug
$debug-allow: false !default;
// helper functions
// must be before config so that variables can use them
@import "megatype/map-helpers";
// import site base
@import "megatype/config";
// custom toolsets
@import "megatype/toolsets/toolset__units";
@import "megatype/toolsets/toolset__easing";
// import mixins
@import "megatype/media";
@import "megatype/container";
@import "megatype/typography";
@import "megatype/debug";
@import "megatype/text-link";
// import test css — enable to output some test styles
// @import "megatype/test/globals";
// @import "megatype/test/defaults";