Skip to content

Commit

Permalink
chore: update tailwind import path
Browse files Browse the repository at this point in the history
Otherwise Tailwinds purging and plugins are not working.
  • Loading branch information
stefanfrede committed Oct 4, 2020
1 parent 339a47f commit e4ae781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/08-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ You can add [Tailwind](https://tailwindcss.com) to any project via native CSS `@

```css
/* index.css */
@import 'tailwindcss/dist/base.css';
@import 'tailwindcss/dist/components.css';
@import 'tailwindcss/dist/utilities.css';
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
```

#### Using PostCSS
Expand Down

0 comments on commit e4ae781

Please sign in to comment.