mirror of https://github.com/docker/docs.git
hugo: add markdown files to tailwind sources
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
de002afc0f
commit
9aa647f587
|
@ -1,6 +1,6 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./hugo_stats.json","./layouts/**/*.{html,js}"],
|
||||
content: ["./hugo_stats.json","./layouts/**/*.{html,js}", "./content/**/*.md"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
|
|
Loading…
Reference in New Issue