mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Fixes typo in meta.module-functions example (#690)
This commit is contained in:
parent
3219128ff9
commit
4246de7258
@ -431,7 +431,7 @@ title: sass:meta
|
||||
|
||||
@debug meta.module-functions("functions"); // ("pow": get-function("pow"))
|
||||
|
||||
@debug meta.call(map.get(meta.module-variables("functions"), "pow"), 3, 4); // 16
|
||||
@debug meta.call(map.get(meta.module-functions("functions"), "pow"), 3, 4); // 81
|
||||
===
|
||||
// _functions.sass
|
||||
@function pow($base, $exponent)
|
||||
@ -448,7 +448,7 @@ title: sass:meta
|
||||
|
||||
@debug meta.module-functions("functions") // ("pow": get-function("pow"))
|
||||
|
||||
@debug meta.call(map.get(meta.module-variables("functions"), "pow"), 3, 4) // 16
|
||||
@debug meta.call(map.get(meta.module-functions("functions"), "pow"), 3, 4) // 81
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user