Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Sep 3, 2024
1 parent dfea1f1 commit 15efa90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 3 additions & 2 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//= link_tree ../images
//= link_directory ../stylesheets .css
//= link_directory ../stylesheets .scss
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
//= link_tree ../../../vendor/javascript .js
//= link application.css
7 changes: 0 additions & 7 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
*= require font_awesome_import
*= require font-awesome
*= require_self
*= require_tree .
*/

@keyframes rainbow-pulse {
0%, 100% { opacity: 0.7; }
50% { opacity: 1; }
Expand Down

0 comments on commit 15efa90

Please sign in to comment.