Skip to content

Commit d9c88d8

Browse files
Add CSS gap decorations feature (#3027)
1 parent 923be6f commit d9c88d8

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

features/gap-decorations.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Gap decorations
2+
description: The `column-rule` and `row-rule` CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The `rule-break`, `rule-outset`, and `rule-paint-order` properties control the appearance of these lines.
3+
spec: https://drafts.csswg.org/css-gaps-1/
4+
group:
5+
- grid
6+
- flexbox
7+
- multi-column
8+
# No BCD keys yet, expecting the following keys:
9+
10+
# - css.properties.column-rule
11+
# - css.properties.row-rule
12+
# And equivalend long-hands.
13+
14+
# - css.properties.rule-break
15+
# - css.properties.row-rule-break
16+
# - css.properties.column-rule-break
17+
# - css.properties.rule-outset
18+
# - css.properties.row-rule-outset
19+
# - css.properties.column-rule-outset
20+
21+
# - css.properties.rule-paint-order

features/gap-decorations.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: gap-decorations.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)