Anix
Anix
Added the missing `how to get the logger?` content in the `api/logging` page
This change won't merge rules (having pseudo-classes) which are not either supported by caniuse in browserlist 's browsers. The bug was even they were not supported, the compatibility was not...
ref #428 Some of the transforms ```css @media and (...) => @media and(...) @media screen and () => @media screen and() @media ( max-width: 50px ) => @media (max-width:50px) ```
fixes #701 https://github.com/cssnano/cssnano/issues/701#issuecomment-594054110
Moved [`postcss-lowercase-text`](https://github.com/anikethsaha/postcss-lowercase-text) to `cssnano-preset-default` Updated few integration tests.
PoC --- Added `schema-utils` as dep for `postcss-convert-values` to validate the options. This PR is more like a PoC, so if its good to have, then I will go on...
As this project is on a way towards becoming more flexible and customizable. Its pretty good to give the user an option to use any of the modern + classical...
The test library I am planning to use is `jest`. category of tests : - API tests - Snapshot tests > For now just two, please add more if works...
Add both plugin in `webpack.dev.js` to create and lint the HTML template while webpack build. ref [This](https://github.com/anikethsaha/htmllinter/tree/master/packages/htmllinter-webpack-plugin) ref [this](https://github.com/jantimon/html-webpack-plugin)
Remove the `target:node` from [`webpack.prod.js`](https://github.com/anikethsaha/mern/blob/master/webpack.prod.js#L30) and add `splitchunk` for production config by uncommenting [these lines](https://github.com/anikethsaha/mern/blob/7985844f95f419263a7eb51b297c0927aec7d358/webpack.common.js#L26-L43). Do test it before submitting