fix: Add portal pack to tailwind config (#5686)
This commit is contained in:
parent
fa73b5290c
commit
a8561cd798
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue