Skip to content

Instantly share code, notes, and snippets.

@modster
Last active December 15, 2021 11:51
Show Gist options
  • Save modster/e8a726f8d23fd2b3575af95bcba79d57 to your computer and use it in GitHub Desktop.
Save modster/e8a726f8d23fd2b3575af95bcba79d57 to your computer and use it in GitHub Desktop.
Tachyons

Tachyons

git clone [email protected]:tachyons-css/tachyons.git
cd tachyons
rm -rf .git && git init
npm install && npm start
<!DOCTYPE html>
<html lang="en">
  <title> </title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
  <body>

  </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment