Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 9ba1ea2

Browse files
committed
📝
1 parent a07931c commit 9ba1ea2

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
@@ -2,7 +2,7 @@
22

33
[Tailwind CSS](https://tailwindcss.com/docs/what-is-tailwind)'s utility classes are minned by [Purgecss](https://www.purgecss.com) to ensure a minimal CSS footprint.
44

5-
[postcss-preset-env](https://preset-env.cssdb.org/features) enables you to write CSS from upcoming standards, polyfilled based on your browserslist configuration.
5+
[postcss-preset-env](https://preset-env.cssdb.org/features) enables you to write CSS from upcoming standards, polyfilled based on your `browserslist` configuration.
66

77
[postcss-import](https://github.com/postcss/postcss-import) allows importing Tailwind with the standard `@import` syntax.
88

@@ -37,6 +37,6 @@ Applies a purple text color with scoped, browser-prefixed CSS, while PurgeCSS st
3737

3838
### `postcss.config.js` Plugins
3939

40-
- `postcss-preset-env`: Configured to stage 2 by default, as these draft proposals are considered reasonably stable. If you want to enable more experimental features like nested classes (`a { &hover: {...} }`), change to `stage: 0`.
40+
- `postcss-preset-env`: Defaults to stage 2, as these draft proposals are considered reasonably stable. If you want to enable handy experimental features like nested classes (`a { &hover: {...} }`), change to `stage: 0`. You can safely delete this plugin from the list if you only write old CSS or use another preprocessor.
4141

4242
- `@fullhuman/postcss-purgecss`: Purgecss removes all CSS classes that it can't find reference to. By default, all Vue and style files in the `src` folder are included. Adjust `content` array if you have CSS classes in other files.

0 commit comments

Comments
 (0)