Files
website-v2-docs/antora-ui/tailwind.config.js
Julio C. Estrada 3cc8b82c73 chore: update highlight.js to v11.9.0 and optimize syntax highlighting (#400)
- upgrade highlight.js from 9.18.3 to 11.9.0
- simplify highlight.bundle.js by using common bundle and automatic language detection
- update build configuration for css processing
- update package.json and package-lock.json dependencies
- fix javascript lint errors

fixes #397
2025-01-31 12:21:58 -05:00

9 lines
176 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['**/*.hbs', './src/**/*.{html,js,jsx,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}