Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json: Drop unused cssnano-preset-lite, fix stylelint errors on main #19429

Merged
merged 2 commits into from
Oct 4, 2023

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    1c6885b View commit details
    Browse the repository at this point in the history
  2. stylelint: Adjust rules to stylelint 15

    Commit 6402df7 updated stylelint, but I foolishly didn't trigger the
    /devel scenario in that PR. Drop the deprecated "indentation" rule and
    suppress the `media-feature-range-notation` errors like we did in
    cockpit-machines.
    
    Also explicitly set `selector-not-notation`, as we use nontrivial
    selectors like `:not(:last-child)`.
    martinpitt committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    bdda36e View commit details
    Browse the repository at this point in the history