We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220753b commit 6307d0bCopy full SHA for 6307d0b
tailwind.config.js
@@ -3,6 +3,7 @@ const plugin = require('tailwindcss/plugin');
3
4
module.exports = {
5
content: ["content/**/*.md", "layouts/**/*.html", "./tailwindcss.whitelist.txt"],
6
+ blocklist: ['[username:password@]'],
7
theme: {
8
extend: {
9
fontFamily: {
0 commit comments