Code Monkey home page Code Monkey logo

Comments (8)

hudochenkov avatar hudochenkov commented on June 3, 2024

Stylelint config is not fully compatible with this plugin yet. gajus/stylelint-config-canonical@2c58f19#diff-33d8a40ae0050661239a87463149dcafR4 array of arrays will be a correct config for PostCSS Sorting.

from postcss-sorting.

gajus avatar gajus commented on June 3, 2024

@hudochenkov Would you accept a PR that makes this change? or is there a reason this is on hold (since it does not look like a big change)

from postcss-sorting.

hudochenkov avatar hudochenkov commented on June 3, 2024

It's a big change because it would broke plugin backwards compatibility. Grouping in this plugin allows to group declarations, nested rules, at-rules. See default config. Stylelint only support grouping for declarations only.

We are working now on a plugin for stylelint which will check sort order for non declarations (nested rules, at-rules). After this plugin will be ready I will think about how to integrate postcss-sorting in stylefmt, tool which format style sheets based on stylelint config. Now stylefmt support stylelint's declaration-block-properties-order, but only with config like this: ["array", "of", "unprefixed", "property", "names"].

from postcss-sorting.

gajus avatar gajus commented on June 3, 2024

It's a big change because it would broke plugin backwards compatibility.

I disagree. This plugin could support both syntaxes without introducing backwards breaking changes.

from postcss-sorting.

hudochenkov avatar hudochenkov commented on June 3, 2024

I'll be glad if you right because it would be a great feature. Feel free to make a PR if it only adds new syntax and won't break anything.

from postcss-sorting.

jeddy3 avatar jeddy3 commented on June 3, 2024

After this plugin will be ready I will think about how to integrate postcss-sorting in stylefmt, tool which format style sheets based on stylelint config.

This is an excellent idea! It looks like stylefmt added support for declaration-block-properties-order yesterday using postcss-sorting. Is there a chicken and egg thing going on here? Either way, it's feels like things are coming together nicely and that your stylelint plugin will be the missing piece of the puzzle :)

from postcss-sorting.

hudochenkov avatar hudochenkov commented on June 3, 2024

@jeddy3 Yeah, I found out about this support from PostCSS twitter :) And as I can see, it's very limited support. I'm going to fix that too :) It's won't be a full support, because stylelint have “flexible” order option, and postcss-sorting do strict order only. But I will change stylefmt's part of declaration-block-properties-order to support stylelint's rule as close as possible.

from postcss-sorting.

jeddy3 avatar jeddy3 commented on June 3, 2024

It's won't be a full support, because stylelint have “flexible” order option, and postcss-sorting do strict order only.

That makes sense to me. I'm not sure how many people use the "flexible" order option, but I suspect it's a much smaller number than the combined total of people who use alphabetical or define a strict custom order. If someone does use the "flexible" order option, then they can always PR the support themselves if they want it :)

from postcss-sorting.

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.