Update tailwind config with hoverOnlyWhenSupported
This commit is contained in:
@@ -9,6 +9,9 @@ const typographyPlugin = require('@tailwindcss/typography')
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const config = {
|
||||
darkMode: 'class',
|
||||
future: {
|
||||
hoverOnlyWhenSupported: true
|
||||
},
|
||||
content: [
|
||||
`./components/**/*.{vue,js,ts}`,
|
||||
`./layouts/**/*.vue`,
|
||||
|
||||
Reference in New Issue
Block a user