mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
fix: Add portal pack to tailwind config (#5686)
This commit is contained in:
@@ -3,6 +3,7 @@ const { colors } = require('tailwindcss/defaultTheme');
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
purge: [
|
purge: [
|
||||||
'./app/javascript/widget/**/*.vue',
|
'./app/javascript/widget/**/*.vue',
|
||||||
|
'./app/javascript/portal/**/*.vue',
|
||||||
'./app/javascript/shared/**/*.vue',
|
'./app/javascript/shared/**/*.vue',
|
||||||
'./app/javascript/survey/**/*.vue',
|
'./app/javascript/survey/**/*.vue',
|
||||||
'./app/views/**/*.html.erb',
|
'./app/views/**/*.html.erb',
|
||||||
|
|||||||
Reference in New Issue
Block a user