mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 21:55:20 +08:00
Add addons to tailwind
This commit is contained in:
parent
ecd00a4f4f
commit
cb3508616f
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ module.exports = {
|
|||
'./app/javascript/**/*.js',
|
||||
'./app/javascript/**/*.vue',
|
||||
'./app/assets/javascripts/**/*.js',
|
||||
'./app/views/**/*.{erb,haml,html,slim}'
|
||||
'./app/views/**/*.{erb,haml,html,slim}',
|
||||
'./addons/**/*.{erb,haml,html,slim}'
|
||||
],
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
|
|
Loading…
Add table
Reference in a new issue