From 612a56f96935ad8c2a3459538ca40b5dc96c8c5d Mon Sep 17 00:00:00 2001 From: Mike Diamond Date: Tue, 18 Sep 2018 21:17:04 +0300 Subject: [PATCH] docs(readme): add `media-query-splitting-plugin` (Media Query Plugin) (#269) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0786cad0..f072fc05 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,10 @@ For long term caching use `filename: "[contenthash].css"`. Optionally add `[name ### Media Query Plugin -If you'd like to extract the media queries from the extracted CSS (so mobile users don't need to load desktop specific CSS anymore) you should use the [media-query-plugin](https://github.com/SassNinja/media-query-plugin). It will take over the filename option of the mini-css-extract-plugin and recognize its generated CSS chunks. +If you'd like to extract the media queries from the extracted CSS (so mobile users don't need to load desktop or tablet specific CSS anymore) you should use one of the following plugins: + +- [Media Query Plugin](https://github.com/SassNinja/media-query-plugin) +- [Media Query Splitting Plugin](https://github.com/mike-diamond/media-query-splitting-plugin)

Maintainers