Skip to content

Commit c9de47a

Browse files
authored
Update README.md
1 parent 2cfc72e commit c9de47a

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
@@ -33,7 +33,7 @@ src
3333
├── main.js
3434
```
3535

36-
- **Support for TailwindCSS**: If by any reason you want to use **Tailwind** as your CSS framework, this plugin can help you get started by automatically creating `postcss.config.js` and `tailwind.config.js` configuration files, in addition to creating a `tailwind.css` file on the `assets` folder.
36+
- **Support for TailwindCSS**: If by any reason you want to use **Tailwind** as your CSS framework, this plugin can help you get started by automatically creating configuration files for `postcss` and `tailwind`, in addition to creating a `tailwind.css` file on the `assets` folder.
3737

3838
```js
3939
// Default structure of the postcss.config.js config file
@@ -68,7 +68,7 @@ module.exports = {
6868
};
6969
```
7070

71-
## Getting Started 👨‍💻
71+
## Usage 👨‍💻
7272
After your project has been created with the `vue-cli` service, add the plugin like so:
7373
```
7474
vue add clean

0 commit comments

Comments
 (0)