Add addon's Vue files to Tailwind's config [SCI-10041] (#7005)

This commit is contained in:
Soufiane 2024-01-30 14:48:14 +01:00 committed by GitHub
parent e9ddbf8ec1
commit edce20e303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ module.exports = {
'./app/javascript/**/*.vue',
'./app/assets/javascripts/**/*.js',
'./app/views/**/*.{erb,haml,html,slim}',
'./addons/**/*.{erb,haml,html,slim}',
'./addons/**/*.{erb,haml,html,slim,vue}'
],
corePlugins: {
preflight: false