postcss-normalize icon indicating copy to clipboard operation
postcss-normalize copied to clipboard

Use the parts of normalize.css (or sanitize.css) you need from your browserslist

Results 12 postcss-normalize issues
Sort by recently updated
recently updated
newest added

In the config object of `postcss-import`, there's a **path** option to define where it has to search for a file. at the moment the only way is to create a...

### How To Reproduce: 1) create a basic project with webpack 4 and postcss 2) for postcss-normalize set ```forceImport: true``` option 3) in entry file add several imports "[someName].css" 4)...