@beaubus/svg-patterns-for-tailwindcss
Version:
A plugin that provides 210+ free svg patterns you can use as background image with utility classes.
27 lines (23 loc) • 697 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body class="bbp-midnight">
<div class="mx-auto mt-20 p-10 shadow-xl bg-white w-1/2">
<pre></pre>
<p class="mt-10">
Run: <b>npx tailwindcss -i src.css -o index.css</b> <br>
</p>
<p class="mt-10">
Open <b>index.html</b> in the browser.
</p>
<p class="mt-10">
Use the `bbp-` classes with pattern name from <a class="underline" href="https://patterns.beaubus.com">BEAUBUS Patterns</a> to add background-image to html elements:
</p>
</p>
</div>
</body>
</html>