Tooltip-Tailwindcss-v2.0 Tailwind Templates

Tooltip Tailwindcss V2.0

Social media buttons Tooltip using Tailwindcss v 2.0

Tooltip Tailwindcss v2.0

Tailwindcss

Social media buttons Tooltip using Tailwindcss v 2.0

  • this repo created on the very special day when GitHub launched the dark mode

!Note : about the css style

in the config file i used :

   purge: {
    enabled: true,
    content: ['./src/**/*.html'],
   },

by default preserveHtmlElements : true

that's why css is not minified and still some unused style tags like (button, input, sup ...)
Read more HERE

Enable variants

enable the possibility to change the display and the visibility of a child element when hovering over a specific parent element

  variants: {
    extend: {},
    display: ['group-hover'],
    visibility : ['group-hover']
  },

Top categories

Loading Svelte Themes