diff --git a/source/documentation/at-rules/use.html.md.erb b/source/documentation/at-rules/use.html.md.erb index ec0e490af..93abe814a 100644 --- a/source/documentation/at-rules/use.html.md.erb +++ b/source/documentation/at-rules/use.html.md.erb @@ -325,10 +325,10 @@ another mixin to inject your styles. } } - @include styles { + @mixin styles { code { - border-radius: $border-radius; - box-shadow: $box-shadow; + border-radius: $-border-radius; + box-shadow: -box-shadow(); } } ---