From 7c63f811d1ee23ed03d631936bbcfe7970b7a403 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Wed, 19 Oct 2022 13:12:10 -1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d68630..bd46e3db 100644 --- a/README.md +++ b/README.md @@ -1017,7 +1017,7 @@ module.exports = { ### Remove Order Warnings -For projects where css ordering has been mitigated through consistent use of scoping or naming conventions, the css order warnings can be disabled by setting the ignoreOrder flag to true for the plugin. +For projects where css ordering has been mitigated through consistent use of scoping or naming conventions, such as [CSS Modules](https://github.com/css-modules/css-modules), the css order warnings can be disabled by setting the ignoreOrder flag to true for the plugin. **webpack.config.js**