Skip to content

oliverservin/better-tailwind-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Vanilla CSS fork.

Better Tailwind Base

Better Tailwind Base is a minimal baseline stylesheet for any web project. It includes a basic reset and default styling for all HTML5 elements (which you can see live at vanillacss.com).

Usage

If you want to use this CSS directly in your project, simply download the stylesheet below and include the following in your HTML head section:

<link rel="stylesheet" href="dist/better-base.css">

Start the Tailwind CLI build process

Run the CLI tool to scan your template files for classes and build your CSS.

npx tailwindcss -i ./src/better-base.css -o ./dist/better-base.css --watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published