Skip to content

Commit 29a7290

Browse files
authored
Hard-code formal syntax (#25327)
* Remove formal syntax Fix #25321 * hard-code formal syntax
1 parent 786efd8 commit 29a7290

File tree

1 file changed

+4
-1
lines changed
  • files/en-us/web/css/-moz-float-edge

1 file changed

+4
-1
lines changed

files/en-us/web/css/-moz-float-edge/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ The non-standard **`-moz-float-edge`** [CSS](/en-US/docs/Web/CSS) property speci
4444

4545
## Formal syntax
4646

47-
{{csssyntax}}
47+
```plain
48+
-moz-float-edge =
49+
border-box | content-box | margin-box | padding-box
50+
```
4851

4952
## Examples
5053

0 commit comments

Comments
 (0)