Skip to content

Commit 0dd4582

Browse files
committed
Add page-inset classes to completions
1 parent efef4d7 commit 0dd4582

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/resources/editor/tools/attrs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@
174174
doc: Extend content on the left to a wider region
175175
- value: ".column-page-right"
176176
doc: Extend content on the right to a wider region
177+
- value: ".column-page-inset"
178+
doc: Extend content to a wider region (with a small margin)
179+
- value: ".column-page-inset-left"
180+
doc: Extend content on the left to a wider region (with a small margin)
181+
- value: ".column-page-inset-right"
182+
doc: Extend content on the right to a wider region (with a small margin)
177183
- value: ".column-screen-inset"
178184
doc: Extend content to full width (with a small margin)
179185
- value: ".column-screen-inset-shaded"

0 commit comments

Comments
 (0)