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

Stylelint: Extend order config with new blocks and properties #180

Merged
merged 5 commits into from
Sep 10, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    b81a1e8 View commit details
    Browse the repository at this point in the history
  2. Feat(stylelint): Add more properties to check their order

    - `accent-color`
    - `backdrop-filter`
    - `backface-visibility`
    - `background-blend-mode`
    - `border-spacing`
    - `box-decoration-break`
    - `caret-color`
    - `color-scheme`, `color-interpolation`
    - `column-fill`, `column-span`
    - `contain` (including all long-hand variants)
    - `container` (including all long-hand variants)
    - `counter-set`
    - `direction`
    - `empty-cells`
    - `font-size-adjust`, `font-variant-*`, `font-feature-settings`, `font-stretch`,
      `font-synthesis` (including all long-hand variants), `font-kerning`, `font-optical-sizing`,
      `font-palette`
    - `image-orientation`, `image-rendering`
    - `inset` (including all long-hand variants),
    - `justify-items`
    - `list-style-image`
    - `mask` (including all long-hand variants), `mask-border` (including all long-hand variants),
      `mask-type`
    - `mix-blend-mode`
    - `outline-*`
    - `overflow-anchor`
    - `overscroll-behavior` (including all long-hand variants).
    - `paint-order`,
    - `perspective`, `perspective-origin`
    - `place-content`, `place-items`, `place-self`
    - `quotes`
    - `scrollbar-*`
    - `table-layout`
    - `text-align-last`, `text-indent`, `text-decoration-skip-ink`, `text-underline-*`,
      `text-rendering`, `text-wrap` (including all long-hand variants)
    - `touch-action`,
    - `transform-box`, `transform-style`, individual transforms: `translate`, `rotate`, `scale`,
    - `transition-behavior`
    - `white-space-collapse`
    - `word-spacing`
    
    The key is roughly like this: all properties from MDN that are standard, widely supported,
    non-experimental, not specific for non-western languages, and not designed for paged media.
    
    https://developer.mozilla.org/en-US/docs/Web/CSS
    literat committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    25f81d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8996cdb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    ed77512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e5f45 View commit details
    Browse the repository at this point in the history