Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-daneshvar authored Jun 17, 2020
1 parent de88ac7 commit 7070677
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ npm install sailui

Import `sailui/base.css` and `sailui/components.css` after `@tailwind base` and `@tailwind components` directives respectively.
```postcss
@tailwind base;
@import "~tailwindcss/base.css";
@import 'sailui/base.css';
@import '~sailui/base.css';
@tailwind components;
@import "~tailwindcss/components.css";
@import 'sailui/components.css';
@import '~sailui/components.css';
@tailwind utilities;
@import "~tailwindcss/utilities.css";
```

## Usage
Expand Down Expand Up @@ -153,4 +153,4 @@ These are the covered elements:
The `mx-auto` style is automatically applied to center the default `.container` that comes out of the box with Tailwind.

## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit 7070677

Please sign in to comment.