From 9b96bc88a01e8cc7a39904a88e2903f9dd0bc755 Mon Sep 17 00:00:00 2001 From: Kai Falkowski Date: Mon, 28 May 2018 22:45:48 +0200 Subject: [PATCH] adjust readme slightly --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acff5a5..b1b1f98 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It would be much better if a mobile user doesn't need to load desktop specific C That's the use case I've written this PostCSS plugin for! It lets you extract all `@media` rules from your CSS and emit them as separate files which you can load as `` or as dynamic import. -> **Please note:** currently this plugin is not available via npm/yarn and still WIP! I'll remove this note once it's ready for production (v1.0.0) +> **Please note:** currently this plugin is not ready for production and WIP! I'll remove this note once it's ready (v.1.0.0) **Before** @@ -138,3 +138,6 @@ By default the plugin displays in your terminal / command prompt which files hav } ``` +## Credits + +If this plugin is helpful to you it'll be great when you give me a github star (scroll to top of this page) and share this plugin. Keeps me motivated to continue the development. \ No newline at end of file