Skip to content

Commit b86fb2d

Browse files
authored
chore: fix PostCSS config example
1 parent def505e commit b86fb2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In case you need to customize the postcss configuration, you can create a `postc
6868

6969
module.exports = {
7070
plugins: [
71-
tailwindcss: { config: "./tailwind.config.custom.js" },
71+
["tailwindcss", { config: "./tailwind.config.custom.js" }],
7272
"@nativescript/tailwind",
7373
],
7474
};
@@ -166,4 +166,4 @@ Using the pre-built css is not recommended, since you lose the ability to config
166166
> **Note:** make sure you only include this once (for example in `App.vue`) - otherwise your bundle will contain the whole tailwind.css file multiple times.
167167
168168
169-
</details>
169+
</details>

0 commit comments

Comments
 (0)