Skip to content

Commit 83899c7

Browse files
committed
docs
1 parent d6d904b commit 83899c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/css-syntax-patches-for-csstree/scripts/generate-webref-sets.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export async function generate_webref_sets() {
112112
property.syntax = 'rect( <top> , <right> , <bottom> , <left> ) | rect( <top> <right> <bottom> <left> ) | auto';
113113
}
114114

115+
// https://github.com/csstree/csstree/pull/354
115116
if ((
116117
property.name === 'overflow-x' ||
117118
property.name === 'overflow-y' ||

0 commit comments

Comments
 (0)