Full Code of typeplate/starter-kit for AI

master 328f4679c9ac cached
14 files
48.8 KB
13.0k tokens
1 requests
Download .txt
Repository: typeplate/starter-kit
Branch: master
Commit: 328f4679c9ac
Files: 14
Total size: 48.8 KB

Directory structure:
gitextract_i9gz8yvg/

├── CHANGELOG.md
├── README.md
├── bower.json
├── css/
│   └── typeplate.css
├── license.txt
├── package.json
└── scss/
    ├── _typeplate-extends.scss
    ├── _typeplate-fonts.scss
    ├── _typeplate-functions.scss
    ├── _typeplate-helpers.scss
    ├── _typeplate-index.scss
    ├── _typeplate-mixins.scss
    ├── _typeplate-styles.scss
    └── _typeplate-vars.scss

================================================
FILE CONTENTS
================================================

================================================
FILE: CHANGELOG.md
================================================
**Sass & CSS v3.0.0-v3.0.2:**

   date: 2016-03-08

   changes:

   - [Issue 47](https://github.com/typeplate/starter-kit/issues/47): Expose ``package.json`` for CDNJS lib.
   - Removed Icon Font Helper
   - Removed Compass Remnants
   - Updated Installation Docs
   - New file import structure for sass partials

-------

**Sass v2.1.0:**

   date: 2015-02-16

   changes:

   - [Issue 23](https://github.com/typeplate/starter-kit/issues/23) : Libsass Interpolation Issues. Thanks for the advice and tips @HugoGiraudel
   - [Issue 40](https://github.com/typeplate/starter-kit/issues/40) : Backwards calculations for headings. Thanks @ramsaylanier

-------

**Sass & CSS v2.0.0:**

   date: 2014-11-04

   changes:

   - [Issue 16](https://github.com/typeplate/starter-kit/issues/16): Namespacing. Helps to avoid collisions w/other libs and frameworks.
   - [Issue 26](https://github.com/typeplate/starter-kit/issues/26): Separates Typeplate into Sass partials.
   - [Issue 27](https://github.com/typeplate/starter-kit/issues/27) : Headings use Sass maps and allow for use cases where authors need to adjust heading size within ``@media`` queries.
   - Vendor prefix Sass loop for OpenType ``@mixins``.
   - Updates CSS port to v2.0.0.
   - Removes obsolete HTML tags for hyphens.
   - Removes hypens on form inputs.
   - Includes markup file for implementation studies and ease the pain of local development.
   - KSS-esque commenting system.
   - Removes custom variable file.
   - Improves layout and visual appearance of drop caps.
   - Improves overall project structure and distribution methods for source code.

-------

**Sass & CSS v1.1.4:**

   date: 2014-05-19

   changes:

   - Issue 19: Margin calculation for pixel fallback incorrect. Measure Margin and Type Scale function now report correct values for varying units supplied w/fallbacks where required such as rem. Special thanks to @craigmdennis for the filing and assistance.
   - Issue 17: Allow Typeplate to compile with libsass. Thanks to @malept for the fix.

-------

**CSS v1.1.3:**

   date: 2014-03-06

   changes:

   - Issue 139: Pixel fallback for bottom margin on headers. Smaller Copyright Block and Harry Roberts Shoutout.

**Sass v1.1.3:**

   date: 2014-03-06

   changes:

   - Issue 139: Pixel fallback for bottom margin on headers. Smaller Copyright Block and Harry Roberts Shoutout.

-------


**CSS v1.1.2:**

   date: 2014-01-11

   changes:

   - Issue 138: Small Unit bug for bottom margin on line 211. Now uses ems instead of rems.

**Sass v1.1.2:**

   date: 2013-11-20

   changes:

   - Boolean for Paragraph Styling with Whitespace.

-------

**v1.0.2:**

   date: 2013-05-11

   changes:

   - New Web Font Helper for Sass port.
   - Better Explanation for Heading Type Scale
   - All Sass variables now have the ``!default`` flag allowing authors to override these defaults from outside the typeplate file (Also works with Stylus but with a different implementation).
   - Cleaner comments and formatting for Typeplate's CSS port.
   - Now adds Grunt to project as a secondary option to Codekit.
   - New Demo Toggles inspired by TopCoat
   - General site styling improvements.
   - Customizeable variables for Sass Drop Cap @mixin.
   - Removed Stats Tabs - Issue #57 [https://github.com/typeplate/typeplate.github.io/issues/57](https://github.com/typeplate/typeplate.github.io/issues/57).
   - Better Contributor Docs - Issue #99 [https://github.com/typeplate/typeplate.github.io/issues/99](https://github.com/typeplate/typeplate.github.io/issues/99).

-------

**v1.0.1:**

  date: 2013-03-11

  changes:

   - Indenting subsequent paragraphs
   - misc. spelling corrections
   - Compiling errors fixed for LESS and Stylus.

-------

**v1.0.0:**

  date: 2013-02-27

  changes:

   - Initial release of 1.0.0.


================================================
FILE: README.md
================================================
<a href="//typeplate.com"><img src="http://typeplate.com/img/logo.png" alt="typeplate logo" width="216" height="216"></a>

## &sect; What is it?
Frameworks make decisions for you about how to organize, structure and design a site. Pattern libraries don&rsquo;t separate styling and markup, making them tough to use in a truly modular fashion. We weren&rsquo;t satisfied, so we made a thing that doesn&rsquo;t do that.

Typeplate is a "typographic starter kit". We don&rsquo;t make aesthetic design choices, but define proper markup with extensible styling for common typographic patterns. A stripped&ndash;down Sass library concerned with the appropriate technical implementation of design patterns&ndash;not how they look.

## &sect; Browser Tested, Developer Approved
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/main-desktop-browser-logos.png" alt="" width="480">

## &sect; File Size
Typeplate is just a measely **4.91 KB** and especially smaller when compressed!

## Installation

- Rule #1 in Typeplate Club… Always use ``<meta charset="utf-8">`` in your document ``<head>``. Doing so alleviates authors need to use a charset from within a stylesheet. Anything imported into a document using ``<meta charset="utf-8">`` is encoded as ``utf-8`` globally.

- Based on use cases for most developers' workflow, we recommend using Typeplate just after your reset stylesheet (i.e. [normalize](http://necolas.github.com/normalize.css)) and your compass ``@import`` in order to operate as we've intended, but as you'll see from our <a href="http://typeplate.com/demo">demo</a> it isn't necessary.

### &sect; Installation via ``.scss @import``

1. Download and unzip the [Sass ``.zip`` pkg](http://github.com/typeplate/starter-kit/blob/development/typeplate-sk.zip?raw=true).
2. Place the new directory from the ``.zip`` into your project's Sass directory
3. Import from your project's primary ``.scss`` file like so:

```scss
// Imports
// ====================================

@import "[your_project_path]/resets"; // Not required. Example purposes only.
@import "[your_project_path]/scss/typeplate-sk/typeplate-index";


// Custom Author Styles
// ====================================
```

Authors can also venture one step further and include a custom variables file in order to override the defaults we've provided.

```scss
@import "[your_project_path]/typeplate-vars";
@import "[your_project_path]/typeplate-custom-vars";
```

### &sect; Installation via ``.css``

If the Sass version isn't your cup of tea, we've provided a CSS version. Simply place the contents of ``typeplate.css`` inside your project's stylesheet (reset, typeplate, author styles). This can be done manually or with bower and CDNJS.

### &sect; Installation via ``npm``

1. ``npm i typeplate-starter-kit``
2. Import from your project's primary ``.scss`` file like so:

```scss
// Imports
// ====================================

@import "[your_project_path]/resets"; // Not required. Example purposes only.
@import 'node_modules/typeplate-starter-kit/dist/scss/_typeplate-index';


// Custom Author Styles
// ====================================
```

###### Option #1 This method is not the best as it results in more HTTP requests.
```html
<head>
    <link rel="stylesheet" href="[project_path]/css/normalize.css"><!-- Reset of your choice (optional). We like normalize even though it's not a reset -->
    <link rel="stylesheet" href="[project_path]/css/typeplate.css"><!-- typeplate styles -->
    <link rel="stylesheet" href="[project_path]/css/main.css"><!-- main stylesheet -->
</head>
```

###### Option #2 This method is the best as it results in less HTTP requests.

```html
<head>
    <link rel="stylesheet" href="[project_path]/css/main.css"><!-- main stylesheet with typeplate.css inside -->
</head>
```

## Contributing

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. Please make sure **ALL** pull requests are submitted to the development branch.

```bash
# Install Gulp dependencies
$ npm install

# Watch and compile Sass
$ gulp
```

## &sect; What Else Is There?
With so many packages to choose from, we recommend a few libraries to use with Typeplate to compliment. Bon Appetite!

1. [FitText.js](http://fittextjs.com) &ndash; A jQuery plugin for inflating web type
2. [LETTERING.JS](http://letteringjs.com) &ndash; A jQuery plugin for radical web typography
3. [MOLTEN LEADING](https://github.com/Wilto/Molten-Leading) - Slingin &rsquo; Hot Leading
4. [Team Sass Modular Scale](https://github.com/Team-Sass/modular-scale) - Sassy Modular Scale

###### ©credits
Typeplate Starter Kit &copy;2016 &bull; A [@grayghostvisuals](https://twitter.com/gryghostvisuals) and [@zakkain](https://twitter.com/zakkain) Joint™
Logo Crafting by [@TommyCreenan](https://twitter.com/TommyCreenan).


================================================
FILE: bower.json
================================================
{
  "name": "typeplate-starter-kit",
  "version": "3.0.2",
  "homepage": "http://typeplate.com",
  "description": "A Typographic Starter Kit",
  "main": "scss/_typeplate.scss, css/typeplate.css"
}


================================================
FILE: css/typeplate.css
================================================
@charset "UTF-8";
/*!
Typeplate : Starter Kit
URL ........... http://typeplate.com
Version ....... 3.0.2
Github ........ https://github.com/typeplate/starter-kit
Authors ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
License ....... Creative Commmons Attribution 3.0
License URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt
*/
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026;
}

@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C;
}

.typl8-tera, .typl8-giga, .typl8-mega, h1, .typl8-alpha, h2, .typl8-beta, h3, .typl8-gamma, h4, .typl8-delta, h5, .typl8-epsilon, .typl8-zeta, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  color: #222;
}

blockquote + figcaption cite {
  display: block;
  font-size: inherit;
  text-align: right;
}

body {
  word-wrap: break-word;
}

pre code {
  word-wrap: normal;
}

html {
  font: normal 112.5% / 1.65 serif;
}

body {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #444;
}

.typl8-tera {
  font-size: 6.5em;
  margin-bottom: 3.93939rem;
}

.typl8-giga {
  font-size: 5em;
  margin-bottom: 3.0303rem;
}

.typl8-mega, h1 {
  font-size: 4em;
  margin-bottom: 2.42424rem;
}

.typl8-alpha, h2 {
  font-size: 3.33333em;
  margin-bottom: 2.0202rem;
}

.typl8-beta, h3 {
  font-size: 2.66667em;
  margin-bottom: 1.61616rem;
}

.typl8-gamma, h4 {
  font-size: 2em;
  margin-bottom: 1.21212rem;
}

.typl8-delta, h5 {
  font-size: 1.33333em;
  margin-bottom: 0.80808rem;
}

.typl8-epsilon {
  font-size: 1.16667em;
  margin-bottom: 0.70707rem;
}

.typl8-zeta, h6 {
  font-size: 1em;
  margin-bottom: 0.60606rem;
}

p {
  margin: auto auto 1.5rem;
}

p + p {
  text-indent: 1.5rem;
  margin-top: -1.5rem;
}

small {
  font-size: 65%;
}

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  white-space: pre;
}

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

code {
  white-space: pre;
  font-family: monospace;
}

abbr {
  -webkit-font-variant: small-caps;
  -moz-font-variant: small-caps;
  -ms-font-variant: small-caps;
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray;
}

abbr[title]:hover {
  cursor: help;
}

.typl8-drop-cap:first-letter {
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit;
}

p + .typl8-drop-cap {
  text-indent: 0;
  margin-top: 0;
}

/**
 * Lining Definition Style Markup
 *
  <dl class="typl8-lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-lining dt,
.typl8-lining dd {
  display: inline;
  margin: 0;
}

.typl8-lining dt + dt:before,
.typl8-lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.typl8-lining dd + dd:before {
  content: ", ";
}

.typl8-lining dd:before {
  content: ": ";
  margin-left: -0.2rem;
}

/**
 * Dictionary Definition Style Markup
 *
  <dl class="typl8-dictionary-style">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.typl8-dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2rem;
}

.typl8-dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.typl8-dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/**
 * Blockquote Markup
 *
    <figure>
      <blockquote cite="">
        <p></p>
      </blockquote>
      <figcaption>
        <cite>
          <small><a href=""></a></small>
        </cite>
      </figcaption>
    </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
  <aside class="typl8-pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.typl8-pull-quote {
  position: relative;
  padding: 1em;
}

.typl8-pull-quote:before, .typl8-pull-quote:after {
  height: 1em;
  opacity: 0.5;
  position: absolute;
  font-size: 4em;
  color: #dc976e;
}

.typl8-pull-quote:before {
  content: '“';
  top: 0;
  left: 0;
}

.typl8-pull-quote:after {
  content: '”';
  bottom: 0;
  right: 0;
}

/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. X.X | </strong><cite title=""></cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */


================================================
FILE: license.txt
================================================
Creative Commons
Attribution 3.0 Unported

CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
License

THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.

BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.

1. Definitions

"Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.
"Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License.
"Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
"Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
"Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
"Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
"You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
"Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
"Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.

3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:

to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";
to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
to Distribute and Publicly Perform Adaptations.
For the avoidance of doubt:

Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,
Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.

4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:

You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested.
If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
5. Representations, Warranties and Disclaimer

UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.

6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. Termination

This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
8. Miscellaneous

Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
Creative Commons Notice

Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.

Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License.

Creative Commons may be contacted at http://creativecommons.org/.

================================================
FILE: package.json
================================================
{
  "name": "typeplate-starter-kit",
  "description": "A Typographic Starter Kit",
  "version": "3.0.3",
  "authors": [
    "Dennis Gaebel",
    "Zachary Kain"
  ],
  "homepage": "http://typeplate.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/typeplate/starter-kit"
  },
  "license": "CC-BY-3.0",
  "filename": {
    "type": "string",
    "required": true,
    "description": "css/typeplate.min.css"
  },
  "devDependencies": {
    "del": "^3.0.0",
    "gulp-connect": "^5.7.0"
  },
  "dependencies": {
    "gulp": "^4.0.0",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-sass": "^2.2.0",
    "gulp-zip": "^2.0.1"
  }
}



================================================
FILE: scss/_typeplate-extends.scss
================================================
// $Ampersands
// -------------------------------------//
// Call your custom ampersand on any element.
//
// @markup                  <h6 class="ampersand">Dewey Cheat 'em & Howe</h6>
// @example                 .ampersand { @extend %typl8-amp-placeholder; }

%typl8-amp-placeholder {
  @include typl8-ampersand($typl8-amp-fontface, $typl8-amp-fontfamily);
}


// $Blockquote
// -------------------------------------//
// Style your blockquote citations
//
// @example                     .citation { @extend %typl8-cite; }

%typl8-cite {
  @include typl8-cite-style($typl8-cite-display, $typl8-cite-align, $typl8-cite-font-size);
}


// $Wordwrap
// -------------------------------------//
// Control word wrapping and breaks in your text.
//
// 'normal'                     Lines may only break at normal word break points.
// 'break-word'                 Unbreakable words may be broken at arbitrary points.
//
// @example                     article { @extend %typl8-breakword; }

%typl8-breakword {
  word-wrap: break-word;
}

%typl8-normal-wrap {
  word-wrap: normal;
}

%typl8-inherit-wrap {
  word-wrap: auto;
}


// $OpenType
// -------------------------------------//
// Control OpenType feature settings where desired.
//
// @use
// smallcaps                body { @extend %typl8-ot--smcp; }
// text figures             body { @extend %typl8-ot--onum; }

%typl8-ot--smcp {
  @each $prefix in $typl8-prefixes {
    #{$prefix}font-feature-settings: "smcp";
  }
}

%typl8-ot--onum {
  @each $prefix in $typl8-prefixes {
    #{$prefix}font-feature-settings: 'onum';
  }
}


================================================
FILE: scss/_typeplate-fonts.scss
================================================
// $Unicode-Range-Ampersand
// -------------------------------------//

@font-face {
  font-family: '#{$typl8-amp-fontface}';
  src: $typl8-amp-src;
  unicode-range: U+0026;
}

@font-face {
  font-family: '#{$typl8-amp-fontface}'; // fallback
  src: $typl8-amp-fallback;
  unicode-range: U+270C;
}


================================================
FILE: scss/_typeplate-functions.scss
================================================
// $Context Calculator
// -------------------------------------//
// target / context = result
//
// @example             p { font-size: typl8-context-calc(24, 16, px, 18 * 1.65); }

@function typl8-context-calc($scale, $base, $value) {
  @return ($scale/$base) + $value;
}


// $Measure-Margin
// -------------------------------------//
// divide 1 unit of measure by given font-size & return relative value

@function typl8-measure-margin($scale, $measure, $value) {
  $pixelValue: $scale/$measure; // ($measure/$scale) issue#40 https://github.com/typeplate/starter-kit/issues/40
  $remValue: $pixelValue * $typl8-font-base;

  @if $value == rem {
    @return $pixelValue + $value;
  } @else if $value == em {
    @return ($remValue/$scale) + $value;
  } @else {
    @return $remValue * 1px;
  }
}

================================================
FILE: scss/_typeplate-helpers.scss
================================================
// $Dropcap
// -------------------------------------//

.typl8-drop-cap {
  @include typl8-dropcap(
    $typl8-dropcap-float-position,
    $typl8-dropcap-font-size,
    $typl8-dropcap-font-family,
    $typl8-dropcap-txt-indent,
    $typl8-dropcap-margin,
    $typl8-dropcap-padding,
    $typl8-dropcap-color,
    $typl8-dropcap-line-height,
    $typl8-dropcap-bg
  );
}

// @notes
// combats our sibling paragraph syling and indentation
p + .typl8-drop-cap {
  text-indent: 0;
  margin-top: 0;
}


// $Definition-Lists
// -------------------------------------//
/**
 * Lining Definition Style Markup
 *
  <dl class="typl8-lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */

.typl8-lining {
  @include typl8-definition-list-style(lining);
}

/**
 * Dictionary Definition Style Markup
 *
  <dl class="typl8-dictionary-style">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */

.typl8-dictionary-style {
  @include typl8-definition-list-style(dictionary-style);
}


// $Blockquote-Markup
// -------------------------------------//
/**
 * Blockquote Markup
 *
    <figure>
      <blockquote cite="">
        <p></p>
      </blockquote>
      <figcaption>
        <cite>
          <small><a href=""></a></small>
        </cite>
      </figcaption>
    </figure>
 *
 * Extend this object into your markup.
 *
 */


// $Pull-Quotes
// -------------------------------------//
// @notes
// http://24ways.org/2005/swooshy-curly-quotes-without-images

/**
 * Pull Quotes Markup
 *
  <aside class="typl8-pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */

.typl8-pull-quote {
  @include typl8-pull-quotes(
    $typl8-pull-quote-fontsize,
    $typl8-pull-quote-opacity,
    $typl8-pull-quote-color
  );
}


// $Figures
// -------------------------------------//
/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. X.X | </strong><cite title=""></cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */


// $Footnotes
// -------------------------------------//
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">\u21a9</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */

================================================
FILE: scss/_typeplate-index.scss
================================================
/*!
Typeplate : Starter Kit
URL ........... http://typeplate.com
Version ....... 3.0.2
Github ........ https://github.com/typeplate/starter-kit
Authors ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
License ....... Creative Commmons Attribution 3.0
License URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt
*/

@import "typeplate-vars";
@import "typeplate-fonts";
@import "typeplate-functions";
@import "typeplate-mixins";
@import "typeplate-extends";
@import "typeplate-styles";
@import "typeplate-helpers";


================================================
FILE: scss/_typeplate-mixins.scss
================================================
// $Typescale
// -------------------------------------//

@mixin typl8-typescale($scale, $base, $value, $measure:"") {
  @if $value == rem {
    font-size: typl8-context-calc($scale, $base, $value);
  } @else if $value == em {
    font-size: typl8-context-calc($scale, $base, $value);
  } @else {
    font-size: $scale * 1px;
  }

  @if $measure != "" {
    @if $value == rem {
      margin-bottom: typl8-measure-margin($scale, $measure, $value);
    } @else if $value == em {
      margin-bottom: typl8-measure-margin($scale, $measure, $value: rem);
    } @else {
      margin-bottom: typl8-measure-margin($scale, $measure, $value: px);
    }
  }
}


// $Headings
// https://github.com/typeplate/starter-kit/issues/27
// -------------------------------------//
// Props to Harry Roberts for this trick.
//
// @notes
// optimizeLegibility           Enables ligatures and kerning
// single line height           Fixes large spaces when a heading wraps two lines

%typl8-hN {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  color: $typl8-heading-color;
}

@mixin typl8-headings() {
  @each $name, $size in $typl8-scale {
    .#{$name} {
      @extend %typl8-hN;
      @include typl8-typescale(
        $size,
        $typl8-font-base,
        $typl8-typescale-unit,
        $typl8-measure
      );
    }
  }
}

@mixin typl8-headings-style() {
  @each $h, $size in $typl8-headings {
    #{$h} {
      @extend .#{$size};
    }
  }
}


// $Hypens
// -------------------------------------//
// @notes
// http://caniuse.com/#search=hyphens
// http://trentwalton.com/2011/09/07/css-hyphenation
//
// @values              [ none | manual | auto ]

@mixin typl8-hyphens($val) {
  @each $prefix in $typl8-prefixes {
    #{$prefix}hyphens: $val;
  }
}


// $Smallcaps
// -------------------------------------//
// @notes
// http://caniuse.com/#search=font-variant
// http://blog.hypsometry.com/articles/true-small-capitals-with-font-face
// 'font-variant' depends on the font family in use.
// Some font-families don't support small caps
// or don't provide them with their Webfont.

@mixin typl8-smallcaps($color, $font-weight) {
  @each $prefix in $typl8-prefixes {
    #{$prefix}font-variant: small-caps;
  }
  font-weight: $font-weight;
  text-transform: lowercase;
  color: $color;
}


// $Fontsize-Adjust
// -------------------------------------//
// @notes
// firefox 17+ only (as of Feb. 2013)
// correct x-height for fallback fonts.
// requires secret formula yet to be discovered.

@mixin typl8-font-size-adjust($adjust-value) {
  font-size-adjust: $adjust-value;
}


// $Ampersand
// -------------------------------------//

@mixin typl8-ampersand($typl8-amp-fontfamily...) {
  font-family: $typl8-amp-fontfamily;
}


// $Blockquote
// -------------------------------------//
// "-" is your citation flourish.
//
// I always say important things because I'm so smart
//                           - Super Important Person
//
// @example                 .your-class-name { @include typl8-blockquote("-"); }

@mixin typl8-blockquote($citation-flourish) {
  p {
    &:last-of-type {
      margin-bottom: -#{$typl8-line-height/2}em;
    }
  }

  + figcaption {
    @extend %typl8-cite;

    &:before {
      content: $citation-flourish;
    }
  }
}

@mixin typl8-cite-style($display, $text-align, $font-size) {
  display: $display;
  font-size: $font-size;
  text-align: $text-align;
}


// $Pull-Quotes
// -------------------------------------//

@mixin typl8-pull-quotes($fontsize, $opacity, $color) {
  position: relative;
  padding: typl8-context-calc($fontsize, $fontsize, em);

  &:before,
  &:after {
    height: typl8-context-calc($fontsize, $fontsize, em);
    opacity: $opacity;
    position: absolute;
    font-size: $fontsize;
    color: $color;
  }

  &:before {
    content: '\u201c';
    top:  0;
    left: 0;
  }

  &:after {
    content: '\u201d';
    bottom: 0;
    right: 0;
  }
}


// $Dropcap
// -------------------------------------//
// Add styling to intro paragraphs using a dropcap
//
// @markup              <p class="typl8-drop-cap">Lorem ipsum dolor sit amet</p>
// @example             .dropcap { @include typl8-dropcap; }

@mixin typl8-dropcap(
  $float-position,
  $font-size,
  $font-family,
  $txt-indent,
  $margin,
  $padding,
  $color,
  $line-height,
  $bg
  ) {
  &:first-letter {
    float: $float-position;
    margin: $margin;
    padding: $padding;
    font-size: $font-size;
    font-family: $font-family;
    line-height: $line-height;
    text-indent: $txt-indent;
    background: $bg;
    color: $color;
  }
}


// $Code
// -------------------------------------//

@mixin typl8-white-space($wrap-space) {
  @if $wrap-space == 'pre-wrap' {
    white-space: #{-moz-}$wrap-space;
    white-space: $wrap-space;
  } @else {
    white-space: $wrap-space;
  }
}


// $Definition-Lists
// -------------------------------------//
// @notes
// http://lea.verou.me/2012/02/flexible-multiline-definition-lists-with-2-lines-of-css
// http://lea.verou.me/2012/02/flexible-multiline-definition-lists-with-2-lines-of-css

@mixin typl8-definition-list-style($style) {
  @if $style == lining {
    dt,
    dd {
      display: inline;
      margin: 0;
    }

    dt,
    dd {
      & + dt {
        &:before {
          content: "\A";
          white-space: pre;
        }
      }
    }

    dd {
      & + dd {
        &:before {
          content: ", ";
        }
      }
      &:before {
          content: ": ";
          margin-left: -0.2rem; //removes extra space between the dt and the colon
      }
    }
  }

  @if $style == dictionary-style {
    dt {
      display: inline;
      counter-reset: definitions;
      & + dt {
        &:before {
          content: ", ";
          margin-left: -0.2rem; // removes extra space between the dt and the comma
        }
      }
    }

    dd {
      display: block;
      counter-increment: definitions;
      &:before {
        content: counter(definitions, decimal) ". ";
      }
    }
  }
}


================================================
FILE: scss/_typeplate-styles.scss
================================================
// $Global
// -------------------------------------//

html {
  @if $typl8-custom-font {
    font: $typl8-font-weight #{$typl8-font-size + "%"}/#{$typl8-line-height} $typl8-custom-font, $typl8-font-family;
  } @else {
    font: $typl8-font-weight #{$typl8-font-size + "%"}/#{$typl8-line-height} $typl8-font-family;
  }
}

body {
  @extend %typl8-breakword;
  @include typl8-hyphens(auto);
  color: $typl8-copy-color;
}


// $Headings
// http://codepen.io/grayghostvisuals/pen/IKsbw
// -------------------------------------//

@include typl8-headings;
@include typl8-headings-style;


// $Parargraphs
// -------------------------------------//

p {
  margin: auto auto $typl8-indent-val;
  @if $typl8-paragraph-spacing == false {
    & + p {
      text-indent: $typl8-indent-val;
      margin-top: -$typl8-indent-val;
    }
  }
}

// $Blockquotes
// -------------------------------------//

blockquote {
  + figcaption cite {
    @extend %typl8-cite;
  }
}


// $Legal Text
// -------------------------------------//

small {
  font-size: $typl8-small-print-size;
}


// $Hyphenation
// -------------------------------------//
// @notes
// http://meyerweb.com/eric/thoughts/2012/12/17/where-to-avoid-css-hyphenation

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  @include typl8-hyphens(none);
}


// $Codeblocks
// -------------------------------------//

pre {
  @include typl8-white-space(pre);

  code {
    @extend %typl8-normal-wrap;
    @include typl8-white-space(pre-wrap);
  }
}

code {
  @include typl8-white-space(pre);
  font-family: monospace;
}


// $Smallcaps
// -------------------------------------//

abbr {
  @include typl8-smallcaps($typl8-smcps-color, $typl8-smcps-weight);
  &[title]:hover {
    cursor: help;
  }
}

================================================
FILE: scss/_typeplate-vars.scss
================================================
// $Base
// -------------------------------------//
// General base styles for type
//
// $typl8-custom-font               [<"Custom-Font-Name">[, <fallback>]]
// $typl8-font-size                 112.5% converts to an 18px base
// $typl8-font-base                 converts % base value to a px value (16 * (112.5/100) = 18)
// $typl8-font-family               non-font-face stack

$typl8-serif-boolean: true !default;
$typl8-custom-font: false !default;
$typl8-font-family: if($typl8-serif-boolean, serif, sans-serif) !default;
$typl8-font-weight: normal !default;
$typl8-line-height: 1.65 !default;
$typl8-font-size: 112.5 !default;
$typl8-font-base: 16 * ($typl8-font-size/100) !default;
$typl8-measure: $typl8-font-base * $typl8-line-height !default;
$typl8-prefixes: -webkit-, -moz-, -ms-, '' !default;
$typl8-typescale-unit: em !default;


// $Paragraphs
// -------------------------------------//
// Controls paragraphs vertical whitespace
// for subsequent paragraphs.
//
// $typl8-paragraph-spacing             [<'false'> | <'true'>]

$typl8-paragraph-spacing: false !default;
$typl8-indent-val: 1.5rem !default;


// $Small-Print
// -------------------------------------//

$typl8-small-print-size: 65% !default;


// $Base-Colors
// -------------------------------------//

$typl8-heading-color: #222 !default;
$typl8-copy-color: #444 !default;


// $Ampersands
// -------------------------------------//

$typl8-amp-fontface: Ampersand !default;
$typl8-amp-fontfamily: Verdana, sans-serif !default;
$typl8-amp-src: local('Georgia'), local('Garamond'), local('Palatino'), local('Book Antiqua') !default;
$typl8-amp-fallback: local('Georgia') !default;


// $Typescale
// -------------------------------------//
// Greek heading names and scale using base font-size
//
// typl8-tera                    117 = 18 × 6.5
// typl8-giga                     90 = 18 × 5
// typl8-mega                     72 = 18 × 4
// typl8-alpha                    60 = 18 × 3.3333
// typl8-beta                     48 = 18 × 2.6667
// typl8-gamma                    36 = 18 × 2
// typl8-delta                    24 = 18 × 1.3333
// typl8-epsilon                  21 = 18 × 1.1667
// typl8-zeta                     18 = 18 × 1

$typl8-scale: (
  typl8-tera: 117,
  typl8-giga: 90,
  typl8-mega: 72,
  typl8-alpha: 60,
  typl8-beta: 48,
  typl8-gamma: 36,
  typl8-delta: 24,
  typl8-epsilon: 21,
  typl8-zeta: 18,
) !default;

$typl8-headings: (
  h1: typl8-mega,
  h2: typl8-alpha,
  h3: typl8-beta,
  h4: typl8-gamma,
  h5: typl8-delta,
  h6: typl8-zeta
) !default;


// $Pull-Quotes
// -------------------------------------//

$typl8-pull-quote-fontsize: 4em !default;
$typl8-pull-quote-opacity: 0.5 !default;
$typl8-pull-quote-color: #dc976e !default;


// $Citations
// -------------------------------------//

$typl8-cite-display: block !default;
$typl8-cite-align: right !default;
$typl8-cite-font-size: inherit !default;


// $Small-Caps
// -------------------------------------//

$typl8-smcps-color: gray !default;
$typl8-smcps-weight: 600 !default;


// $DropCap
// -------------------------------------//

$typl8-dropcap-float-position: left !default;
$typl8-dropcap-font-size: 4em !default;
$typl8-dropcap-font-family: inherit !default;
$typl8-dropcap-txt-indent: 0 !default;
$typl8-dropcap-margin: 10px 10px 0 0 !default;
$typl8-dropcap-padding: 0 20px !default;
$typl8-dropcap-color: inherit !default;
$typl8-dropcap-line-height: 1 !default;
$typl8-dropcap-bg: transparent !default;
Download .txt
gitextract_i9gz8yvg/

├── CHANGELOG.md
├── README.md
├── bower.json
├── css/
│   └── typeplate.css
├── license.txt
├── package.json
└── scss/
    ├── _typeplate-extends.scss
    ├── _typeplate-fonts.scss
    ├── _typeplate-functions.scss
    ├── _typeplate-helpers.scss
    ├── _typeplate-index.scss
    ├── _typeplate-mixins.scss
    ├── _typeplate-styles.scss
    └── _typeplate-vars.scss
Condensed preview — 14 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (52K chars).
[
  {
    "path": "CHANGELOG.md",
    "chars": 3813,
    "preview": "**Sass & CSS v3.0.0-v3.0.2:**\n\n   date: 2016-03-08\n\n   changes:\n\n   - [Issue 47](https://github.com/typeplate/starter-ki"
  },
  {
    "path": "README.md",
    "chars": 4966,
    "preview": "<a href=\"//typeplate.com\"><img src=\"http://typeplate.com/img/logo.png\" alt=\"typeplate logo\" width=\"216\" height=\"216\"></a"
  },
  {
    "path": "bower.json",
    "chars": 197,
    "preview": "{\n  \"name\": \"typeplate-starter-kit\",\n  \"version\": \"3.0.2\",\n  \"homepage\": \"http://typeplate.com\",\n  \"description\": \"A Typ"
  },
  {
    "path": "css/typeplate.css",
    "chars": 5019,
    "preview": "@charset \"UTF-8\";\n/*!\nTypeplate : Starter Kit\nURL ........... http://typeplate.com\nVersion ....... 3.0.2\nGithub ........"
  },
  {
    "path": "license.txt",
    "chars": 18394,
    "preview": "Creative Commons\nAttribution 3.0 Unported\n\nCREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SER"
  },
  {
    "path": "package.json",
    "chars": 647,
    "preview": "{\n  \"name\": \"typeplate-starter-kit\",\n  \"description\": \"A Typographic Starter Kit\",\n  \"version\": \"3.0.3\",\n  \"authors\": [\n"
  },
  {
    "path": "scss/_typeplate-extends.scss",
    "chars": 1580,
    "preview": "// $Ampersands\n// -------------------------------------//\n// Call your custom ampersand on any element.\n//\n// @markup   "
  },
  {
    "path": "scss/_typeplate-fonts.scss",
    "chars": 298,
    "preview": "// $Unicode-Range-Ampersand\n// -------------------------------------//\n\n@font-face {\n  font-family: '#{$typl8-amp-fontfa"
  },
  {
    "path": "scss/_typeplate-functions.scss",
    "chars": 799,
    "preview": "// $Context Calculator\n// -------------------------------------//\n// target / context = result\n//\n// @example           "
  },
  {
    "path": "scss/_typeplate-helpers.scss",
    "chars": 2527,
    "preview": "// $Dropcap\n// -------------------------------------//\n\n.typl8-drop-cap {\n  @include typl8-dropcap(\n    $typl8-dropcap-f"
  },
  {
    "path": "scss/_typeplate-index.scss",
    "chars": 552,
    "preview": "/*!\nTypeplate : Starter Kit\nURL ........... http://typeplate.com\nVersion ....... 3.0.2\nGithub ........ https://github.co"
  },
  {
    "path": "scss/_typeplate-mixins.scss",
    "chars": 5995,
    "preview": "// $Typescale\n// -------------------------------------//\n\n@mixin typl8-typescale($scale, $base, $value, $measure:\"\") {\n "
  },
  {
    "path": "scss/_typeplate-styles.scss",
    "chars": 1751,
    "preview": "// $Global\n// -------------------------------------//\n\nhtml {\n  @if $typl8-custom-font {\n    font: $typl8-font-weight #{"
  },
  {
    "path": "scss/_typeplate-vars.scss",
    "chars": 3484,
    "preview": "// $Base\n// -------------------------------------//\n// General base styles for type\n//\n// $typl8-custom-font            "
  }
]

About this extraction

This page contains the full source code of the typeplate/starter-kit GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 14 files (48.8 KB), approximately 13.0k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!