Git Product home page Git Product logo

Comments (3)

mununki avatar mununki commented on August 11, 2024

I've never heard of tailwind + prettier sorting a given class name, but that's not what ppx does. PPX doesn't transform the source code, which means it does change the internal representation when the source code is processed inside the compiler.
So I think prettier can be used to parse expressions that are %twc("c1 c2 ...") if you set it up to do so well, independent of ppx.

from res_tailwindcss.

srnnkls avatar srnnkls commented on August 11, 2024

Of course, a ppx can only influence the target. So it would be theoretically possible to produce sorted output on the js side, right?

Thank you and sorry for the noise!

from res_tailwindcss.

mununki avatar mununki commented on August 11, 2024

It's technically correct that PPX affects JS output. But unfortunately, that's a job better suited to a linter or prettier, so it's better to keep it out of the way of compilation speed.

from res_tailwindcss.

Related Issues (15)

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.