From 52d3364635fc6a6965946519224eea434b2524e7 Mon Sep 17 00:00:00 2001
From: Lachlan Campbell
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
or install via npm or grab all the source files and build+develop locally
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
or install via npm or grab all the source files and build+develop locallyGetting Started
+<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"/>
npm install --save-dev tachyons@4.1.3
Getting Started
+<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"/>
npm install --save-dev tachyons@<%= version %>