mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Add addon's Vue files to Tailwind's config [SCI-10041] (#7005)
This commit is contained in:
parent
e9ddbf8ec1
commit
edce20e303
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue