Skip to content

Commit

Permalink
Put timeline css file import in app.css rather than app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
katsulon committed Dec 12, 2024
1 parent 9a9152f commit 1152d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions timeliner/resources/css/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import './timelinestyle.css';

@tailwind base;
@tailwind components;
@tailwind utilities;
2 changes: 0 additions & 2 deletions timeliner/resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import './bootstrap';
import './timelinelistener';
import './formfunctions';

import '../css/timelinestyle.css';

import Alpine from 'alpinejs';

window.Alpine = Alpine;
Expand Down

0 comments on commit 1152d9b

Please sign in to comment.