fix: Add portal pack to tailwind config (#5686)

This commit is contained in:
Pranav Raj S
2022-10-19 21:49:34 -07:00
committed by GitHub
parent fa73b5290c
commit a8561cd798

View File

@@ -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',