Skip to content

Commit 1f74319

Browse files
chore(update-plugins): Fri Jan 5 08:05:36 UTC 2024
1 parent 17a40ee commit 1f74319

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/tailwindcss.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ In case you need to customize the postcss configuration, you can create a `postc
101101
module.exports = {
102102
plugins: [
103103
['tailwindcss', { config: './tailwind.config.custom.js' }],
104-
'@nativescript/tailwind'
104+
'@nativescript/tailwind',
105+
'@csstools/postcss-is-pseudo-class'
105106
]
106107
}
107108
```

0 commit comments

Comments
 (0)