From f1001bdbff20675a08d97db1fe8b5f6b1f296eae 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.2/css/tachyons.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.1.2/css/tachyons.min.css"/>
npm install --save-dev tachyons@4.1.2
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 %>