From 2cdf6524bf715575338d2d6b383bf3fdf07f8146 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 5 Apr 2022 17:00:38 +0200 Subject: [PATCH] feat(ui) - dashboard - wip --- frontend/tailwind.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 28fd4d982..04c57948e 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -86,7 +86,7 @@ module.exports = { 'textAlign', // 'textColor', // 'textOpacity', - // 'textDecoration', + 'textDecoration', 'textTransform', // 'transform', // 'transitionDuration', @@ -109,6 +109,7 @@ module.exports = { }, extend: {}, }, + content: [], variants: { visibility: ['responsive', 'hover', 'focus', 'group-hover'] },