We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b1621 commit d68e7a5Copy full SHA for d68e7a5
css-mixins-1/Overview.bs
@@ -834,8 +834,8 @@ making them reusable and customizable with arguments.
834
835
<pre highlight=css>
836
@mixin --gradient-text(
837
- --from type(color): mediumvioletred,
838
- --to type(color): teal,
+ --from type(<<color>>): mediumvioletred,
+ --to type(<<color>>): teal,
839
--angle: to bottom right,
840
) {
841
color: env(--from, env(--to));
0 commit comments