From a8561cd798626e9c675a042a00e232819da064ed Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Wed, 19 Oct 2022 21:49:34 -0700 Subject: [PATCH] fix: Add portal pack to tailwind config (#5686) --- tailwind.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tailwind.config.js b/tailwind.config.js index 90408a779..1076ae315 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,6 +3,7 @@ const { colors } = require('tailwindcss/defaultTheme'); module.exports = { purge: [ './app/javascript/widget/**/*.vue', + './app/javascript/portal/**/*.vue', './app/javascript/shared/**/*.vue', './app/javascript/survey/**/*.vue', './app/views/**/*.html.erb',