Skip to content

Commit 23bd4de

Browse files
committed
Added tailwind fixture
1 parent 1272258 commit 23bd4de

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

test/fixtures/tailwind/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Document</title>
8+
<link href="tailwind.min.css" rel="stylesheet">
9+
</head>
10+
<body>
11+
<div class="max-w-sm rounded overflow-hidden shadow-lg">
12+
<img class="w-full" src="https://tailwindcss.com/img/card-top.jpg" alt="Sunset in the mountains">
13+
<div class="px-6 py-4">
14+
<div class="font-bold text-xl mb-2">The Coldest Sunset</div>
15+
<p class="text-grey-darker text-base">
16+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatibus quia, nulla! Maiores et perferendis eaque, exercitationem praesentium nihil.
17+
</p>
18+
</div>
19+
<div class="px-6 py-4">
20+
<span class="inline-block bg-grey-lighter rounded-full px-3 py-1 text-sm font-semibold text-grey-darker mr-2">#photography</span>
21+
<span class="inline-block bg-grey-lighter rounded-full px-3 py-1 text-sm font-semibold text-grey-darker mr-2">#travel</span>
22+
<span class="inline-block bg-grey-lighter rounded-full px-3 py-1 text-sm font-semibold text-grey-darker">#winter</span>
23+
</div>
24+
</div>
25+
</body>
26+
</html>

test/fixtures/tailwind/tailwind.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)