Code Monkey home page Code Monkey logo

stylelint-config's People

Contributors

allrude avatar davidvandenpol avatar dependabot-preview[bot] avatar dependabot[bot] avatar grimlink avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

stylelint-config's Issues

Set `color-function-notation` to 'modern'

Currently Fylgja is leaving this option open to choice,
but with the support and our personal updates to our code we feel this reason is lost and we should enforce the rule now.

New errors from `media-feature-range-notation: "context"` rule

While this a great rule, this a bit to early for any Fylgja code that needs a minimal of 2 mayor browser versions.

I agree with the comments from:

I am also surprised that this rule got added to stylelint-config-standard so fast, when support for Safari was just added

Now in 10 Aug, 23 the support is still meh, Safari is now at 16.5 and added support in 16.4, if the support was added in Safari 15 I might considered keeping the rule, but this just to fast ๐Ÿ™

Fix import url rule

Currently with the latest stylelint config the url needs to be the url syntax;

@import url('./path/fule.css');

But in PostCSS the more direct url path is mostly used;

@import './path/fule.css';

Change the rule to except both options.

Also forward this same issue to the stylelint/stylelint-config-standard#265 that causes this breaking rule.
With the argument for both cases.
As seen in the spec and in the moz docs

And set a good reason why 1 is better than the other or that is just a choice.

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.