0.2.0 • Published 3 years ago

@srdante/tailwind-base v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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'),
    // ...
  ],
}
0.2.0

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago