Missed reset -> preflight change

This commit is contained in:
Adam Wathan 2017-11-01 00:33:47 -04:00
parent ad34c408c2
commit 5ceb9dce34

View File

@ -32,7 +32,7 @@ Alternatively, you can simply copy the default config file [from here](https://g
## 3. Use Tailwind in your CSS
Use the `@@tailwind` directive to inject Tailwind's `reset` and `utilities` styles into your CSS.
Use the `@@tailwind` directive to inject Tailwind's `preflight` and `utilities` styles into your CSS.
To avoid specificity issues, we highly recommend structuring your main stylesheet like this: