Skip to content

Commit 6307d0b

Browse files
authored
Add blocklist to prevent tailwind from generating incorrect css (#2274)
1 parent 220753b commit 6307d0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const plugin = require('tailwindcss/plugin');
33

44
module.exports = {
55
content: ["content/**/*.md", "layouts/**/*.html", "./tailwindcss.whitelist.txt"],
6+
blocklist: ['[username:password@]'],
67
theme: {
78
extend: {
89
fontFamily: {

0 commit comments

Comments
 (0)