Skip to content

Commit

Permalink
chore(update-plugins): Fri Jan 5 08:05:36 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
nativescript-oss committed Jan 5, 2024
1 parent 17a40ee commit 1f74319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/tailwindcss.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ In case you need to customize the postcss configuration, you can create a `postc
module.exports = {
plugins: [
['tailwindcss', { config: './tailwind.config.custom.js' }],
'@nativescript/tailwind'
'@nativescript/tailwind',
'@csstools/postcss-is-pseudo-class'
]
}
```
Expand Down

0 comments on commit 1f74319

Please sign in to comment.