-
Notifications
You must be signed in to change notification settings - Fork 27
/
_typesettings.styl
24 lines (22 loc) · 931 Bytes
/
_typesettings.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@charset "UTF-8"
// ==============================================================================
// Typesettings - Stylus Version
// ==============================================================================
// A toolkit that sets type in Ems based on modular scale, vertical rhythm,
// and responsive ratio based headlines. Oh, and pixel borders that maintain
// rhythm.
//
// Author: Ian Rose
// Release Versions: https://github.com/ianrose/typesettings/releases
// Github: https://github.com/ianrose/typesettings
// License: The MIT License (MIT)
//
// Inspired by and used stuff from:
// https://github.com/typeplate/typeplate.github.io
// https://github.com/csswizardry/typecsset
@import "typesettings/_settings.styl";
@import "typesettings/_internal.styl";
@import "typesettings/_functions.styl";
@import "typesettings/_mixins.styl";
@import "typesettings/_global-init.styl";
@import "typesettings/_typesetted.styl";