Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
takaokouji committed Sep 14, 2024
1 parent 27cb132 commit 7fdd4fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.postcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@import "./components/quote.css";
@import "./components/form.css";
@import "./components/visually-hidden.css";
@import "./components/error-message.css";
@import "./components/turbo_progress_bar.css";

@import "./layouts/container.css";
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
'./app/views/**/*.html.erb',
'./app/helpers/**/*.rb',
'./app/assets/stylesheets/**/*.css',
'./app/javascript/**/*.js'
'./app/javascript/**/*.js',
'./config/initializers/simple_form.rb'
],
theme: {
fontFamily: {
Expand Down

0 comments on commit 7fdd4fa

Please sign in to comment.