cssnext-loader icon indicating copy to clipboard operation
cssnext-loader copied to clipboard

# DEPRECATED. Use postcss-loader instead.

Results 9 cssnext-loader issues
Sort by recently updated
recently updated
newest added

cssnano in non-safe mode is messing with my CSS

Hi, I have a working setup with cssnext-loader, but if I require an empty css file, instead of getting an empty string, I am getting a json object. The problem...

Hello, I've been using webpack with cssnext-loader quite often recently and I've noticed that it doesn't seem to add the browser prefix for keyframes declarations unless a `0%` or `from`...

https://github.com/webpack/css-loader/issues/95

See https://github.com/cssnext/cssnext/issues/64

enhancement

It seems that if you import the same file from multiple files it ends up beeing duplicated in the final bundle. Is this a known issue? It seems that the...

Ref https://github.com/babel/babel-loader/issues/46#issuecomment-86644404

When I’m using source maps in the css loader (`css-loader?sourceMap`), I get paths like this: `webpack:///./css/index.css` But when I add the cssnext loader (`css-loader?sourceMap!cssnext-loader`) the sourcemap paths get all wrong:...

css-loader handle import + url() as require cssnext can handle import & will soon be able to handle url() has well (ref https://github.com/cssnext/cssnext/issues/57) what do you think about handling url()...