Skip to content

A Tailwind CSS plugin that provides a css standard colors/font sizes for headers, paragraph and body tags.

Notifications You must be signed in to change notification settings

miguilimzero/tailwind-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@srdante/tailwind-base

A Tailwind CSS plugin that provides a css standard colors/font sizes for headers, paragraph and body tags.

Installation

Install the plugin from npm:

# Using npm
npm install @srdante/tailwind-base

# Using Yarn
yarn add @srdante/tailwind-base

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@srdante/tailwind-base'),
    // ...
  ],
}

About

A Tailwind CSS plugin that provides a css standard colors/font sizes for headers, paragraph and body tags.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published