Skip to content

Commit 9c2e1da

Browse files
authored
Merge pull request #109 from vanderb/patch-1
Add safelist-pattern to tailwind-config.
2 parents 5fd509a + 5aae005 commit 9c2e1da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tailwind.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ export default {
1414
"./nuxt.config.{js,ts}",
1515
"./app.vue",
1616
],
17+
safelist: [
18+
{
19+
pattern: /^text-/,
20+
},
21+
],
1722
variants: {
1823
extend: {
1924
opacity: ["disabled"],

0 commit comments

Comments
 (0)