From f1001bdbff20675a08d97db1fe8b5f6b1f296eae Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Tue, 30 Aug 2016 12:27:15 -0400 Subject: [PATCH] switch from npmcdn to unpkg --- index.html | 2 +- src/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 40d5d4e34..47be1b01b 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@

Getting Started

Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.

-
<link rel="stylesheet" href="https://npmcdn.com/tachyons@4.1.2/css/tachyons.min.css"/>
+
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.1.2/css/tachyons.min.css"/>

or install via npm

npm install --save-dev tachyons@4.1.2

or grab all the source files and build+develop locally

diff --git a/src/templates/index.html b/src/templates/index.html index 8f384da34..5a28ccbaa 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -66,7 +66,7 @@

Getting Started

Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.

-
<link rel="stylesheet" href="https://npmcdn.com/tachyons@<%= version %>/css/tachyons.min.css"/>
+
<link rel="stylesheet" href="https://unpkg.com/tachyons@<%= version %>/css/tachyons.min.css"/>

or install via npm

npm install --save-dev tachyons@<%= version %>

or grab all the source files and build+develop locally