From 4ea07d99fba20de8abb0d9a9ce50f0f07f6370a6 Mon Sep 17 00:00:00 2001 From: Kyle Coburn Date: Thu, 16 Aug 2018 18:58:32 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0103e8b..63b7cb8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [postcss-preset-env](https://preset-env.cssdb.org/features) enables you to write CSS from upcoming standards, polyfilled based on your browserslist configuration. -[postcss-import](https://github.com/postcss/postcss-import) ensures Tailwind's imports play nice with PostCSS, and gives you the option to @import css files. +[postcss-import](https://github.com/postcss/postcss-import) ensures Tailwind's imports play nice with PostCSS. ## Install @@ -16,7 +16,7 @@ Requires node 6 or later. ## Usage -You can use global Tailwind classes as normal, but `shadowLookup` is also supported for `@apply` mixins directly in `.vue` modules. In `src/components/HelloWorld.vue` of the auto-generated cli app: +In addition to inline classes, `shadowLookup` is supported to `@apply` mixins directly in `.vue` modules. For example, in `src/components/HelloWorld.vue` of the auto-generated cli app: ```html