diff --git a/tailwind.config.js b/tailwind.config.js index 7f15a14c..334df9bb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,6 +12,9 @@ const withOpacity = variableName => { }; module.exports = { + future: { + hoverOnlyWhenSupported: true + }, content: ['./index.html', './src/**/*.{js,ts,vue}'], darkMode: 'class', theme: {