@mattwaler/preflight

Tailwind's default base styling.

Usage no npm install needed!

<script type="module">
  import mattwalerPreflight from 'https://cdn.skypack.dev/@mattwaler/preflight';
</script>

README

Preflight

This is a copy of TailwindCSS's base styling. This can be useful for projects where you are not using Tailwind, but would like it's default resetting to make styling easier and more predictable.

Installation

npm i @mattwaler/preflight

Then import in your framework of choice:

// main.{js/css/svelte/vue}
import '@mattwaler/preflight'