Git Product home page Git Product logo

Comments (9)

jhnns avatar jhnns commented on May 20, 2024

PostCSS is backed by Autoprefixer, so it's probably developed more actively. 👍

from css-loader.

MoOx avatar MoOx commented on May 20, 2024

postcss 4 is really fast (just run this to check it out https://github.com/postcss/postcss/tree/master/benchmark ) & even support CSS specs that are not implemented in browsers. So seems a really good choice indeed.

from css-loader.

sokra avatar sokra commented on May 20, 2024

Yes, write a PR... I've already tried to use an alternative library in the rework branch.
Check that all test pass and maybe add some for the new stuff.

The rework branch doesn't work out, because it removed the whitespace from css and this would break SourceMap.

from css-loader.

MoOx avatar MoOx commented on May 20, 2024

rework is kind of unmaintained (last commit is from august 2014).
More & more people are switching to postcss now that the ecosystem start to be consistent.

from css-loader.

sokra avatar sokra commented on May 20, 2024

yeah... I'm fine if you do a PR with postcss.

from css-loader.

jhnns avatar jhnns commented on May 20, 2024

Since a rewrite with PostCSS is probably rather expensive, we should add a quickfix for the status quo because the current problem renders the css-loader useless.

from css-loader.

MoOx avatar MoOx commented on May 20, 2024

A rewrite with postcss should be pretty quick since postcss-import can do the inline & postcss-url can do accept a callback to handle what to do with the url.
A "quickfix" should be to fix the parser, which seems heavier to me than using postcss-import + url plugins...

from css-loader.

MoOx avatar MoOx commented on May 20, 2024

Oh just saw you fix. Ouch.

from css-loader.

MoOx avatar MoOx commented on May 20, 2024

Closing since you now use postcss

from css-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.