Lucas J Soares

Results 2 issues of 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...

enhancement
discussion

The config now is huge and confuse: ``` { test: /\.css$/, use: [ 'style-loader', { loader: 'css-loader', options: { importLoaders: 1 } }, 'postcss-loader' ], exclude: /\.module\.css$/ }, { test:...