stylelint-config-ccb 1.8.6 → 1.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +197 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -368,7 +368,203 @@ module.exports = {
368
368
  /* opinionated */
369
369
  'float',
370
370
 
371
- 'font-smooth'
371
+ 'font-smooth',
372
+
373
+ /* temporary until #5981 is fixed */
374
+
375
+ 'accelerator',
376
+ 'alt*',
377
+ 'animation-trigger',
378
+ 'app-region',
379
+ 'appearance',
380
+ 'aspect-ratio',
381
+ 'backdrop-filter',
382
+ 'backface-visibility',
383
+ 'background-composite',
384
+ 'binding',
385
+ 'block-progression',
386
+ 'border-after',
387
+ 'border-after-color',
388
+ 'border-after-style',
389
+ 'border-after-width',
390
+ 'border-before',
391
+ 'border-before-color',
392
+ 'border-before-style',
393
+ 'border-before-width',
394
+ 'border-bottom-colors',
395
+ 'border-end',
396
+ 'border-end-color',
397
+ 'border-end-style',
398
+ 'border-end-width',
399
+ 'border-fit',
400
+ 'border-horizontal-spacing',
401
+ 'border-left-colors',
402
+ 'border-right-colors',
403
+ 'border-start',
404
+ 'border-start-color',
405
+ 'border-start-style',
406
+ 'border-start-width',
407
+ 'border-top-colors',
408
+ 'border-vertical-spacing',
409
+ 'box-align',
410
+ 'box-direction',
411
+ 'box-flex',
412
+ 'box-flex-group',
413
+ 'box-lines',
414
+ 'box-ordinal-group',
415
+ 'box-pack',
416
+ 'box-reflect',
417
+ 'color-correction',
418
+ 'column-axis',
419
+ 'column-break-after',
420
+ 'column-break-before',
421
+ 'column-break-inside',
422
+ 'column-progression',
423
+ 'content-zoom-chaining',
424
+ 'content-zoom-limit',
425
+ 'content-zoom-limit-max',
426
+ 'content-zoom-limit-min',
427
+ 'content-zoom-snap',
428
+ 'content-zoom-snap-points',
429
+ 'content-zoom-snap-type',
430
+ 'content-zooming',
431
+ 'context-properties',
432
+ 'cursor-visibility',
433
+ 'dashboard-region',
434
+ 'filter',
435
+ 'float-edge',
436
+ 'flow-from',
437
+ 'flow-into',
438
+ 'font-size-delta',
439
+ 'force-broken-image-icon',
440
+ 'grid-columns',
441
+ 'grid-rows',
442
+ 'high-contrast-adjust',
443
+ 'highlight',
444
+ 'hyphenate-character',
445
+ 'hyphenate-charset',
446
+ 'hyphenate-limit-after',
447
+ 'hyphenate-limit-before',
448
+ 'hyphenate-limit-chars',
449
+ 'hyphenate-limit-lines',
450
+ 'hyphenate-limit-zone',
451
+ 'image-region',
452
+ 'image-set',
453
+ 'ime-align',
454
+ 'initial-letter',
455
+ 'line-align',
456
+ 'line-box-contain',
457
+ 'line-clamp',
458
+ 'line-grid',
459
+ 'line-snap',
460
+ 'locale',
461
+ 'logical-height',
462
+ 'logical-width',
463
+ 'margin-after',
464
+ 'margin-after-collapse',
465
+ 'margin-before',
466
+ 'margin-before-collapse',
467
+ 'margin-bottom-collapse',
468
+ 'margin-collapse',
469
+ 'margin-end',
470
+ 'margin-start',
471
+ 'margin-top-collapse',
472
+ 'marquee',
473
+ 'marquee-direction',
474
+ 'marquee-increment',
475
+ 'marquee-repetition',
476
+ 'marquee-speed',
477
+ 'marquee-style',
478
+ 'mask',
479
+ 'mask-attachment',
480
+ 'mask-box-image',
481
+ 'mask-box-image-outset',
482
+ 'mask-box-image-repeat',
483
+ 'mask-box-image-slice',
484
+ 'mask-box-image-source',
485
+ 'mask-box-image-width',
486
+ 'mask-image',
487
+ 'mask-origin',
488
+ 'mask-position-x',
489
+ 'mask-position-y',
490
+ 'mask-repeat-x',
491
+ 'mask-repeat-y',
492
+ 'mask-size',
493
+ 'mask-source-type',
494
+ 'match-nearest-mail-blockquote-color',
495
+ 'max-logical-height',
496
+ 'max-logical-width',
497
+ 'min-logical-height',
498
+ 'min-logical-width',
499
+ 'nbsp-mode',
500
+ 'orient',
501
+ 'outline-radius',
502
+ 'outline-radius-bottomleft',
503
+ 'outline-radius-bottomright',
504
+ 'outline-radius-topleft',
505
+ 'outline-radius-topright',
506
+ 'overflow-scrolling',
507
+ 'overflow-style',
508
+ 'padding-after',
509
+ 'padding-before',
510
+ 'padding-end',
511
+ 'padding-start',
512
+ 'perspective-origin-x',
513
+ 'perspective-origin-y',
514
+ 'print-color-adjust',
515
+ 'region-break-after',
516
+ 'region-break-before',
517
+ 'region-break-inside',
518
+ 'region-fragment',
519
+ 'rtl-ordering',
520
+ 'scroll-chaining',
521
+ 'scroll-limit',
522
+ 'scroll-limit-x-max',
523
+ 'scroll-limit-x-min',
524
+ 'scroll-limit-y-max',
525
+ 'scroll-limit-y-min',
526
+ 'scroll-rails',
527
+ 'scroll-snap-points-x',
528
+ 'scroll-snap-points-y',
529
+ 'scroll-snap-x',
530
+ 'scroll-snap-y',
531
+ 'scroll-translation',
532
+ 'scrollbar-3dlight-color',
533
+ 'scrollbar-arrow-color',
534
+ 'scrollbar-base-color',
535
+ 'scrollbar-darkshadow-color',
536
+ 'scrollbar-face-color',
537
+ 'scrollbar-highlight-color',
538
+ 'scrollbar-shadow-color',
539
+ 'scrollbar-track-color',
540
+ 'shape-inside',
541
+ 'stack-sizing',
542
+ 'svg-shadow',
543
+ 'tap-highlight-color',
544
+ 'text-autospace',
545
+ 'text-combine-upright',
546
+ 'text-decorations-in-effect',
547
+ 'text-fill-color',
548
+ 'text-security',
549
+ 'text-stroke',
550
+ 'text-stroke',
551
+ 'text-stroke-color',
552
+ 'text-stroke-width',
553
+ 'text-zoom',
554
+ 'touch-callout',
555
+ 'touch-select',
556
+ 'transform-origin-x',
557
+ 'transform-origin-y',
558
+ 'transform-origin-z',
559
+ 'user-drag',
560
+ 'user-focus',
561
+ 'user-input',
562
+ 'user-modify',
563
+ 'window-dragging',
564
+ 'window-shadow',
565
+ 'wrap-flow',
566
+ 'wrap-margin',
567
+ 'wrap-through'
372
568
  ],
373
569
  'time-min-milliseconds': 75,
374
570
  'selector-no-qualifying-type': true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-config-ccb",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "Stylelint config which extends stylelint-config-standard",
5
5
  "keywords": [
6
6
  "stylelint",