Skip to content

Commit

Permalink
remove redundant stylesheet components
Browse files Browse the repository at this point in the history
Stylesheets are inside jsx when we use import 'stylesheets/filecss`
  • Loading branch information
luciagirasoles committed Dec 5, 2022
1 parent be01397 commit 1f04ddf
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<%= csrf_meta_tags %>
<%= csp_meta_tag %>

<%= stylesheet_pack_tag 'application' %>
<%= javascript_pack_tag 'application' %>
<%= favicon_link_tag asset_path('favicon.ico') %>
</head>
Expand Down
1 change: 0 additions & 1 deletion app/views/site/donate.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= javascript_pack_tag 'donate' %>
<%= stylesheet_pack_tag 'donate' %>
1 change: 0 additions & 1 deletion app/views/site/home.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= javascript_pack_tag 'home_page' %>
<%= stylesheet_pack_tag "home_page" %>
1 change: 0 additions & 1 deletion app/views/site/jobs.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= javascript_pack_tag 'jobs' %>
<%= stylesheet_pack_tag 'jobs' %>
1 change: 0 additions & 1 deletion app/views/site/jobs_authenticate.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= javascript_pack_tag 'jobs_authenticate' %>
<%= stylesheet_pack_tag 'jobs_authenticate' %>
1 change: 0 additions & 1 deletion app/views/site/meetups.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= javascript_pack_tag 'meetups' %>
<%= stylesheet_pack_tag "meetups" %>
1 change: 0 additions & 1 deletion app/views/site/sponsor_us.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= javascript_pack_tag 'sponsor_us' %>
<%= stylesheet_pack_tag "sponsor_us" %>

0 comments on commit 1f04ddf

Please sign in to comment.