This repository was archived by the owner on May 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
If you don't have an existing Gridsome project, check out their docs on how to get started.
4
4
5
5
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
8
8
that you can write your own plugins and access the default config in
9
9
` tailwind.config.js ` .
10
10
@@ -15,9 +15,9 @@ import 'tailwindcss/tailwind.css'
15
15
```
16
16
17
17
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.
19
19
20
- Or add the directives somewhere in your CSS.
20
+ Or you can add the directives somewhere in your CSS.
21
21
22
22
``` css
23
23
@tailwind base;
You can’t perform that action at this time.
0 commit comments