Skip to content

highTail plugin provides additional tailwind height utility classes from h-1/7 to h-1/14

License

Notifications You must be signed in to change notification settings

hackwithharsha/hightail

Repository files navigation

highTail

  • highTail plugin provides additional tailwind height utility classes from h-1/7 to h-1/14
cover-page

Installation

>>> npm i @hackwithharsha/hightail

Configuration

  • In tailwind.config.js add hightail plugin to plugins section like following.
module.exports = {
  content: [
    "./src/**/*.{js,jsx,ts,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [
    require('@hackwithharsha/hightail'),
  ],
}

Usage

<div class="h-full">
    <div class="h-1/10"></div>
    <div class="h-2/10"></div>
    <div class="h-3/10"></div>
    <div class="h-4/10"></div>
</div>

Contributors

About

highTail plugin provides additional tailwind height utility classes from h-1/7 to h-1/14

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published