/node_modules
/resource.json
# egghead.io - Tachyons Lessons
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>egghead.io - Tachyons Lessons</title>
<link rel="stylesheet" href="//unpkg.com/tachyons/css/tachyons.css" />
</head>
<body>
<p class="f1 b--solid b--none-ns">Mobile First</p>
<p class="f1 b--none b--solid-m">Medium</p>
<p class="f1 b--none b--solid-l">Desktop Second</p>
</body>
</html>
{
"dependencies": {
"tachyons": "^4.6.2"
},
"devDependencies": {
"browser-sync": "^2.18.8"
},
"scripts": {
"dev": "browser-sync start --server --files \"index.html\" --no-notify"
}
}
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
tachyons@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/tachyons/-/tachyons-4.6.2.tgz#cf006fd516763e735b33565fc21b8b3616a012c8"