This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/js/app.js

9 lines
179 B
JavaScript
Raw Normal View History

2020-01-16 08:32:14 +00:00
import 'alpinejs'
2020-03-09 18:16:37 +00:00
import '../css/tailwind.pcss'
2017-08-06 18:01:22 +00:00
2019-04-12 06:37:12 +00:00
window.hljs = require('highlightjs')
2020-01-16 08:32:14 +00:00
let html = document.documentElement
html.classList.remove('no-js')
html.classList.add('js')