mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
resolved typo in argument lists example (#486)
This commit is contained in:
parent
a7dc17b7f6
commit
a101bb91a2
@ -3,7 +3,7 @@
|
||||
|
||||
@mixin syntax-colors($args...) {
|
||||
@debug meta.keywords($args);
|
||||
// (string: #080, comment: #800, variable: $60b)
|
||||
// (string: #080, comment: #800, variable: #60b)
|
||||
|
||||
@each $name, $color in meta.keywords($args) {
|
||||
pre span.stx-#{$name} {
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
@mixin syntax-colors($args...)
|
||||
@debug meta.keywords($args)
|
||||
// (string: #080, comment: #800, variable: $60b)
|
||||
// (string: #080, comment: #800, variable: #60b)
|
||||
|
||||
@each $name, $color in meta.keywords($args)
|
||||
pre span.stx-#{$name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user