Add prose and update copy and make better navbar
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./assets/**/*.html', './assets/**/*.js'],
|
||||
content: [
|
||||
'./assets/**/*.html',
|
||||
'./assets/**/*.js',
|
||||
'./assets/static/js/*.js',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
Reference in New Issue
Block a user