Skip to content

Commit 8d6ce99

Browse files
committed
Fix postcss from screwing up a previous fix
1 parent 047ff38 commit 8d6ce99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

postcss.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module.exports = {
2121
/field$/,
2222
/has-text-white$/,
2323
/is-grouped$/,
24-
/navbar/
24+
/navbar/,
25+
/table-mobile-sort/
2526
],
2627
whitelistPatternsChildren: [
2728
/checkbox$/,

0 commit comments

Comments
 (0)