Skip to content
Snippets Groups Projects
Select Git revision
  • 3443882-plugin-option-attribute
  • 11.x default
  • 3443882-attribute-variadic-other-properties
  • 3443882-plugin-provider-attr
  • 3443882-allow-supplemental-plugin-attributes
  • 10.3.x
  • 7.x
  • 10.2.x
  • 10.1.x
  • 9.5.x
  • 10.0.x
  • 9.4.x
  • 9.3.x
  • 9.2.x
  • 9.1.x
  • 8.9.x
  • 9.0.x
  • 8.8.x
  • 8.7.x
  • 8.6.x
  • previous/3443882-attribute-variadic-other-properties/2025-03-29
  • previous/3443882-attribute-variadic-other-properties/2025-01-31
  • previous/3443882-attribute-variadic-other-properties/2024-12-24
  • previous/3443882-plugin-provider-attr/2024-12-22
  • previous/3443882-plugin-provider-attr/2024-12-19
  • previous/3443882-plugin-provider-attr/2024-11-18
  • previous/3443882-plugin-provider-attr/2024-11-17
  • previous/3443882-plugin-option-attribute/2024-11-15-2
  • previous/3443882-plugin-option-attribute/2024-11-15-1
  • previous/3443882-plugin-option-attribute/2024-11-15
  • previous/3443882-plugin-option-attribute/2024-11-14-2
  • previous/3443882-plugin-option-attribute/2024-11-14-1
  • previous/3443882-plugin-option-attribute/2024-11-14
  • previous/3443882-plugin-option-attribute/2024-11-13-2
  • previous/3443882-plugin-option-attribute/2024-11-13-1
  • previous/3443882-plugin-option-attribute/2024-11-13
  • previous/3443882-allow-supplemental-plugin-attributes/2024-10-09
  • previous/3443882-allow-supplemental-plugin-attributes/2024-07-15-1
  • previous/3443882-allow-supplemental-plugin-attributes/2024-07-15
  • previous/3443882-allow-supplemental-plugin-attributes/2024-07-10
40 results

.csslintrc

Blame
  • Forked from project / drupal
    1188 commits behind, 15 commits ahead of the upstream repository.
    Alex Pott's avatar
    Issue #2799603 by Mukeysh, josephdpurcell, Mixologic: .csslintrc file format...
    Alex Pott authored
    Issue #2799603 by Mukeysh, josephdpurcell, Mixologic: .csslintrc file format is invalid and results in "important is not a valid option"
    21f8a650
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .csslintrc 1.00 KiB
    --errors=box-model,
             display-property-grouping,
             duplicate-background-images,
             duplicate-properties,
             empty-rules,
             ids,
             import,
             important,
             known-properties,
             outline-none,
             overqualified-elements,
             qualified-headings,
             shorthand,
             star-property-hack,
             text-indent,
             underscore-property-hack,
             unique-headings,
             unqualified-attributes,
             vendor-prefix,
             zero-units
    --ignore=adjoining-classes,
             box-sizing,
             bulletproof-font-face,
             compatible-vendor-prefixes,
             errors,
             fallback-colors,
             floats,
             font-faces,
             font-sizes,
             gradients,
             import-ie-limit,
             order-alphabetical,
             regex-selectors,
             rules-count,
             selector-max,
             selector-max-approaching,
             selector-newline,
             universal-selector
    --exclude-list=core/assets,
                   vendor