Move CSS and JS into assets
This commit is contained in:
parent
fec0feff36
commit
0215e31154
16 changed files with 1 additions and 1 deletions
9
web/themes/custom/opdavies/assets/js/app.js
Normal file
9
web/themes/custom/opdavies/assets/js/app.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import '../css/tailwind.pcss'
|
||||
import 'alpinejs'
|
||||
import hljs from 'highlightjs'
|
||||
|
||||
document.addEventListener('DOMContentLoaded', event => {
|
||||
document.querySelectorAll('pre code').forEach(block => {
|
||||
hljs.highlightBlock(block)
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue