PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` { "title": "PostCSS Loader options", "type": "object", "properties": { "postcssOptions": { "description": "Options to pass through to `Postcss`.", "link": "https://github.com/webpack-contrib/postcss-loader#postcssOptions", "anyOf": [ { "type": "object", "additionalProperties": true, "properties": { "config": { "description": "Allows to specify PostCSS config path.", "link": "https://github.com/webpack-contrib/postcss-loader#config", "anyOf": [ { "description": "Allows to specify the path to the configuration file", "type": "string" }, { "description": "Enables/Disables autoloading config", "type": "boolean" } ] } } }, { "instanceof": "Function" } ] }, "execute": { "description": "Enables/Disables PostCSS parser support in 'CSS-in-JS'.", "link": "https://github.com/webpack-contrib/postcss-loader#execute", "type": "boolean" }, "sourceMap": { "description": "Enables/Disables generation of source maps.", "link": "https://github.com/webpack-contrib/postcss-loader#sourcemap", "type": "boolean" }, "implementation": { "description": "The implementation of postcss to use, instead of the locally installed version", "link": "https://github.com/webpack-contrib/postcss-loader#implementation", "anyOf": [ { "type": "string" }, { "instanceof": "Function" } ] } }, "additionalProperties": false }