mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Remove $ from 'variable' in the @debug insight (#436)
This commit is contained in:
parent
29d12ede8b
commit
9d4c49a319
@ -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…
Reference in New Issue
Block a user