Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Commit 29e5509

Browse files
author
Brandon Pittman
committed
Update README
1 parent c7d5b9e commit 29e5509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/gridsome/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
If you don't have an existing Gridsome project, check out their docs on how to get started.
44

55
This plugin makes use of the gridsome-plugin-tailwindcss plugin to add
6-
*Tailwind*, *PurgeCSS*, *postcss-preset-env*, and *postcss-import* to your build chain.
7-
It includes both *gridsome-plugin-tailwindcss* and the regular *tailwindcss* so
6+
Tailwind, PurgeCSS, postcss-preset-env, and postcss-import to your build chain.
7+
It includes both gridsome-plugin-tailwindcss and the regular tailwindcss so
88
that you can write your own plugins and access the default config in
99
`tailwind.config.js`.
1010

@@ -15,9 +15,9 @@ import 'tailwindcss/tailwind.css'
1515
```
1616

1717
It's recommended to use `tailwind.config.js` to add [global base styles](https://tailwindcss.com/docs/adding-base-styles#using-a-plugin),
18-
components, utilities instead of adding them in CSS files.
18+
components, and utilities instead of adding them in CSS files.
1919

20-
Or add the directives somewhere in your CSS.
20+
Or you can add the directives somewhere in your CSS.
2121

2222
```css
2323
@tailwind base;

0 commit comments

Comments
 (0)