Lucas J Soares
Lucas J Soares
**Is your feature request related to a problem? Please describe.** When you try to check the audits, Lighthouse says that almost all colors have a bad contrast: **Describe the solution...
The config now is huge and confuse: ``` { test: /\.css$/, use: [ 'style-loader', { loader: 'css-loader', options: { importLoaders: 1 } }, 'postcss-loader' ], exclude: /\.module\.css$/ }, { test:...