Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-env-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ Using Environment Variables: the ''env()'' notation {#env-function}
In order to substitute the value of an [=environment variable=] into a CSS context,
use the ''env()'' function:

<pre class=prod>
<dfn function>env()</dfn> = env( <<custom-ident>> , <<declaration-value>>? )
<pre class='prod'>
<dfn function>env()</dfn> = env( <<custom-ident>> [, <<declaration-value>> ]? )
</pre>

The ''env()'' function can be used in place of any part of a value in any property on any element,
Expand Down