mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-11 22:36:33 +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/javascript/**/*.vue',
|
||||||
'./app/assets/javascripts/**/*.js',
|
'./app/assets/javascripts/**/*.js',
|
||||||
'./app/views/**/*.{erb,haml,html,slim}',
|
'./app/views/**/*.{erb,haml,html,slim}',
|
||||||
'./addons/**/*.{erb,haml,html,slim}',
|
'./addons/**/*.{erb,haml,html,slim,vue}'
|
||||||
],
|
],
|
||||||
corePlugins: {
|
corePlugins: {
|
||||||
preflight: false
|
preflight: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue