Skip to content

Commit

Permalink
Remove extra styling that caused issues
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinthinks committed Sep 27, 2023
1 parent 8e96219 commit 2f9f5b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/views/layouts/shared/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
<link rel="stylesheet" href="https://unpkg.com/simplebar@latest/dist/simplebar.css" />

<% if content_for?(:head) %>
<%= yield(:head) %>
Expand Down
4 changes: 0 additions & 4 deletions config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@

pin "chartkick", to: "chartkick.js"
pin "Chart.bundle", to: "Chart.bundle.js"
pin "simplebar", to: "https://ga.jspm.io/npm:[email protected]/dist/index.mjs"
pin "can-use-dom", to: "https://ga.jspm.io/npm:[email protected]/index.js"
pin "lodash-es", to: "https://ga.jspm.io/npm:[email protected]/lodash.js"
pin "simplebar-core", to: "https://ga.jspm.io/npm:[email protected]/dist/index.mjs"

0 comments on commit 2f9f5b9

Please sign in to comment.