Hey there! Is it possible to use this plugin with a .postcssrc file like the following? ``` { "modules": true, "plugins": { "postcss-exclude-files": { "filter": ["**/src/**/*.global.css"] } } } ``` Thanks!