Skip to content

Commit

Permalink
enable hoverOnlyWhenSupported in tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Aug 7, 2023
1 parent bead036 commit 7e700d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ const kerning = plugin(({ addUtilities }) => {
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
future: {
hoverOnlyWhenSupported: true,
},
theme: {
extend: {},
},
Expand Down

0 comments on commit 7e700d6

Please sign in to comment.