Giter Club home page Giter Club logo

Comments (2)

davidtheclark avatar davidtheclark commented on June 14, 2024 3

I think that the prevalence of non-standard at-rules to extend CSS capabilities, in preprocessors and PostCSS plugins, means this rule should not be included in stylelint-config-standard.

from stylelint-config-standard.

jeddy3 avatar jeddy3 commented on June 14, 2024

@stefanfrede Thanks for the heads up.

I don't think there a 100% clear right thing do here. at-rule-no-unknown is a useful rule for everyone writing current or future (using certain PostCSS plugins) CSS.

In previous version of the this config we added other *-no-unknown rules:

  • selector-pseudo-class-no-unknown
  • selector-element-class-no-unknown
  • selector-type-no-unknown
  • unit-no-unknown

So, adding at-rule-no-unknown felt consistent.

However, I understand adding at-rule-no-unknown does force people who use language extensions (either via a preprocessor like SCSS or via language extension PostCSS plugins), to extend the config and make use of at-rule-no-unknown's ignoreAtRules: [] option. But they only have to do that if they use at-rule based language extensions like @mixin.

So, I guess it comes down to whether we think this config should prioritises standard CSS language features over language extensions, or the other way around? And how important is consistency when deciding what rules are included? While keeping in mind that the config is extendable and rules like at-rule-no-unknown can be easily turned off or tweaked.

I'm going to label this as a discussion so we can hear a few more opinions before making a decision.

In the meantime:

  1. I'll update the "Extending the config" example to include this rule.
  2. Feel free to use at-rule-no-unknown's ignoreAtRules: [] option.

from stylelint-config-standard.

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.