From 7070677bf825bafd7a977c9ecf63fce57e148882 Mon Sep 17 00:00:00 2001 From: Matt Daneshvar Date: Wed, 17 Jun 2020 16:54:42 +0800 Subject: [PATCH] Update readme.md --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 265da54..b0f3331 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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. \ No newline at end of file +The MIT License (MIT). Please see [License File](LICENSE.md) for more information.