Skip to content

Commit b61e0b1

Browse files
committed
Release v3.0.0
1 parent 9e2871c commit b61e0b1

File tree

5 files changed

+8
-52
lines changed

5 files changed

+8
-52
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Typeplate is a "typographic starter kit". We don’t make aesthetic design c
99
<img src="https://raw.github.com/paulirish/browser-logos/master/main-desktop.png" alt="" width="375">
1010

1111
## &sect; File Size
12-
Not much goin&rsquo; on here in terms of bulk. As you can see, Typeplate is just a measly 3kb when compressed. That's really, really small.
12+
Not much goin&rsquo; on here in terms of bulk. As you can see, Typeplate is just a measely 3kb when compressed. That's really, really small.
1313

1414
- Raw Sass = **18kb**
1515
- Compressed Sass = **3 KB**
@@ -70,15 +70,12 @@ If the Sass version isn't your cup of tea, we've provided a CSS version. Simply
7070

7171
## Contributing
7272

73-
In order to contribute you need the confidence to work with Gulp, the CLI and Ruby Gems. Our main work is done on the [development branch](https://github.com/typeplate/starter-kit/tree/development) and distributed on master. Gulp tasks are as follows:
73+
In order to contribute you need the confidence to work with Gulp and NPM. Our main work is done on the [development branch](https://github.com/typeplate/starter-kit/tree/development) and distributed on master. Gulp tasks are as follows:
7474

7575
```bash
7676
# Install Gulp dependencies
7777
$ npm install
7878

79-
# Install Gems
80-
$ bundle install
81-
8279
# Watch and compile Sass
8380
$ gulp
8481

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "typeplate",
2+
"name": "typeplatesk",
33
"description": "A Typographic Starter Kit",
4-
"version": "2.1.0",
4+
"version": "3.0.0",
55
"authors": [
66
"Dennis Gaebel",
77
"Zachary Kain"

scss/_typeplate-fonts.scss

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,3 @@
1212
src: $typl8-amp-fallback;
1313
unicode-range: U+270C;
1414
}
15-
16-
17-
// $Icon-Font-Helper
18-
// -------------------------------------//
19-
// Loading multiple icon fonts using Compass
20-
//
21-
// 1. Install Compass.
22-
// 2. Create a 'fonts' directory in the root of your project.
23-
// 3. Specify within your 'config.rb' the following line…
24-
// fonts_dir = "name-of-your-fonts-directory" ( i.e. fonts_dir = "fonts" )
25-
// 4. Set your '$typl8-icon-fonts' variable as noted
26-
27-
@if ($typl8-icon-fonts != null) {
28-
@each $font in $typl8-icon-fonts {
29-
@include font-face($font,
30-
font-files(
31-
'#{$font}/#{$font}.woff',
32-
'#{$font}/#{$font}.ttf',
33-
'#{$font}/#{$font}.svg', svg
34-
),
35-
'#{$font}/#{$font}.eot'
36-
)
37-
}
38-
}

scss/_typeplate-mixins.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
@mixin typl8-typescale($scale, $base, $value, $measure:"") {
55
@if $value == rem {
6-
font-size: $scale * 1px;
76
font-size: typl8-context-calc($scale, $base, $value);
87
} @else if $value == em {
98
font-size: typl8-context-calc($scale, $base, $value);
@@ -13,12 +12,11 @@
1312

1413
@if $measure != "" {
1514
@if $value == rem {
16-
margin-bottom: typl8-measure-margin($scale, $measure, $value: px);
1715
margin-bottom: typl8-measure-margin($scale, $measure, $value);
1816
} @else if $value == em {
1917
margin-bottom: typl8-measure-margin($scale, $measure, $value: em);
2018
} @else {
21-
margin-bottom: typl8-measure-margin($scale, $measure, $value);
19+
margin-bottom: typl8-measure-margin($scale, $measure, $value: px);
2220
}
2321
}
2422
}
@@ -281,4 +279,4 @@
281279
}
282280
}
283281
}
284-
}
282+
}

scss/_typeplate-vars.scss

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $typl8-font-size: 112.5 !default;
1616
$typl8-font-base: 16 * ($typl8-font-size/100) !default;
1717
$typl8-measure: $typl8-font-base * $typl8-line-height !default;
1818
$typl8-prefixes: -webkit-, -moz-, -ms-, '' !default;
19+
$typl8-typescale-unit: rem !default;
1920

2021

2122
// $Paragraphs
@@ -51,16 +52,6 @@ $typl8-amp-src: local('Georgia'), local('Garamond'), local('Palatino'), local('B
5152
$typl8-amp-fallback: local('Georgia') !default;
5253

5354

54-
// $Icon-Font-Helper
55-
// -------------------------------------//
56-
// Link single or multiple icon font sets. Requires Compass
57-
//
58-
// single icon font $typl8-icon-fonts: (icon-name);
59-
// multiple icon fonts $typl8-icon-fonts: (icon-name1, icon-name2, icon-name3);
60-
61-
$typl8-icon-fonts: null !default;
62-
63-
6455
// $Typescale
6556
// -------------------------------------//
6657
// Greek heading names and scale using base font-size
@@ -97,12 +88,6 @@ $typl8-headings: (
9788
) !default;
9889

9990

100-
// $Typescale Unit
101-
// -------------------------------------//
102-
103-
$typl8-typescale-unit: rem !default;
104-
105-
10691
// $Pull-Quotes
10792
// -------------------------------------//
10893

@@ -137,4 +122,4 @@ $typl8-dropcap-margin: 10px 10px 0 0 !default;
137122
$typl8-dropcap-padding: 0 20px !default;
138123
$typl8-dropcap-color: inherit !default;
139124
$typl8-dropcap-line-height: 1 !default;
140-
$typl8-dropcap-bg: transparent !default;
125+
$typl8-dropcap-bg: transparent !default;

0 commit comments

Comments
 (0)