From 52d3364635fc6a6965946519224eea434b2524e7 Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Thu, 1 Sep 2016 17:11:38 -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 64deef2ec..c45b8e3dc 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.3/css/tachyons.min.css"/>
+
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.1.3/css/tachyons.min.css"/>

or install via npm

npm install --save-dev tachyons@4.1.3

or grab all the source files and build+develop locally

diff --git a/src/templates/index.html b/src/templates/index.html index 70ac02d54..1d8a7e8e9 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