Skip to content

kfit-dev/tailwindcss-presets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fave Tailwindcss Presets

A plugin provides a set of tailwindcss presets that uses by Fave.

Presets

  • Font Family - inter
  • Primary Color - primary-pink
  • Theme Colors
    • white
    • slate: 100, 700
    • neutral: 100, 300, 400, 500, 700
    • yellow: 400
    • green: 400
  • Box Shadow sm, md, lg, xl, 2xl, inner
  • Element Class .h1, .h2, .h3, .body, .caption, .title

Installation

Install the plugin from npm

# Using npm
npm install -D fave-tailwindcss-presets

# Using yarn
yarn add -D fave-tailwindcss-presets

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

// tailwind.config.js
module.exports = {
  presets: [
    require('fave-tailwindcss-presets'),
  ],
	...
}

Congratulation, your have already included the Fave Tailwindcss Preset into your project.

About

This is a tailwind css presets configuration repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published