Skip to content

Commit 7473aea

Browse files
committed
chore: update readme
1 parent 62bc75c commit 7473aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @nativescript/tailwind
22

3-
:alert: This `rc` version requires `@nativescript/[email protected].*` to work properly.
3+
> **Warning**: :warning: This `rc` version requires `@nativescript/[email protected].*` to work properly.
44
55
Makes using [Tailwind CSS](https://tailwindcss.com/) in NativeScript a whole lot easier!
66

@@ -13,7 +13,7 @@ Makes using [Tailwind CSS](https://tailwindcss.com/) in NativeScript a whole lot
1313

1414
![Tailwind CSS is awesome!](https://user-images.githubusercontent.com/879060/81098285-73e3ad80-8f09-11ea-8cfa-7e2ec2eebcde.png)
1515

16-
# Usage
16+
## Usage
1717

1818
> **Note:** This guide assumes you are using `@nativescript/[email protected]` as some configuration is done automatically. If you have not upgraded yet, please read the docs below for usage with older `@nativescript/webpack` versions.
1919
@@ -60,7 +60,7 @@ Change your `app.css` or `app.scss` to include the tailwind utilities
6060

6161
Start using tailwind in your app.
6262

63-
# Using a custom PostCSS config
63+
### Using a custom PostCSS config
6464

6565
In case you need to customize the postcss configuration, you can create a `postcss.config.js` (other formats are supported, see https://github.com/webpack-contrib/postcss-loader#config-files) file and add any customizations, for example:
6666

0 commit comments

Comments
 (0)