chore(doc-gen): use @ for symbol on annotations

This commit is contained in:
Naomi Black 2016-01-10 21:25:59 -08:00
parent c94ad87dd4
commit d22706b202
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@mixin icon { @mixin icon {
line-height: 14px; line-height: 14px;
&.decorator:before { &.decorator:before {
content: 'A'; content: '@';
background: $blueberry; background: $blueberry;
} }
&.directive:before { &.directive:before {