1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Remove styling configuration for account types out (#284)

* Remve styling configuration for account types out

* No need to tailwind config for models
This commit is contained in:
Rob Zolkos 2024-02-03 15:38:52 -05:00 committed by GitHub
parent 9b400c9c50
commit a2b96db75d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 13 additions and 102 deletions

View file

@ -4,7 +4,6 @@ module.exports = {
content: [
'./public/*.html',
'./app/helpers/**/*.rb',
'./app/models/**/*.rb',
'./app/javascript/**/*.js',
'./app/views/**/*.{erb,haml,html,slim}'
],