mirror of
https://github.com/opdavies/tailwindcss-plugin-hocus-state.git
synced 2025-11-11 21:28:44 +00:00
chore: add test index.html
This commit is contained in:
parent
b1f15a2a1f
commit
bb4948c8ef
3 changed files with 23 additions and 1 deletions
9
index.html
Normal file
9
index.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/dist/tailwind.css" />
|
||||
</head>
|
||||
<body class="antialiased p-4">
|
||||
<a class="hocus:bg-black hocus:text-white hocus:underline" href="#0">This is a link</a>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue