Include tailwind bg-black/white, greedy ping regex, adjust position

This commit is contained in:
shamoon 2023-10-05 09:28:31 -07:00
parent b765330b4a
commit 4f41be512c
5 changed files with 12 additions and 9 deletions

View file

@ -70,5 +70,8 @@ module.exports = {
'lg:grid-cols-6',
'lg:grid-cols-7',
'lg:grid-cols-8',
'bg-white',
'bg-black',
'dark:bg-white',
],
}