-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypesmith.scss
35 lines (21 loc) · 883 Bytes
/
typesmith.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
// TYPESMITH
// @author Francesco Improta
// DEPENDENCIES
// ========================================================================
// Import 'sass-mq-lib' for breakpoints
@import '../node_modules/sass-mq-lib/mq.scss';
// SETTINGS
// Customize your Typesmith installation
// ========================================================================
// 1. Enable Typesmith classes
$typesmith-classes: true;
// 2. Set vertical rhythm - ratio | baseline - default values are located in _settings.scss
// You can override them declaring project's custom values in a separated settings file
$rhythm: baseline;
// 3. Define on which media-query change font-size
// Accepted values: small, medium , large, xlarge
$bp: medium;
// LIBRARY
// Import Typesmith library
// ========================================================================
@import '../_typesmith-lib.scss';