Skip to content

Commit

Permalink
ignore tw-non-global styles in account directory
Browse files Browse the repository at this point in the history
  • Loading branch information
NVMakarenko committed Dec 11, 2024
1 parent 00c77b7 commit f927fd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<div class="body-inside">
<%= render "layouts/flash_messages" %>
<%= render "account/shared/navigation" %>
<%= render "layouts/navigation" %>
<%= render "shared/breadcrumbs" %>
<%= yield %>
<%= any_login_here if defined?(AnyLogin) %>
Expand Down
3 changes: 2 additions & 1 deletion config/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = {
'./public/*.html',
'./app/helpers/**/*.rb',
'./app/javascript/**/*.js',
'./app/views/**/*.erb'
'./app/views/**/*.erb',
'!./app/views/account/**/*.erb'
],
theme: {
extend: {
Expand Down

0 comments on commit f927fd2

Please sign in to comment.