chore(doc-gen): use @ for symbol on annotations
This commit is contained in:
parent
c94ad87dd4
commit
d22706b202
|
@ -1,7 +1,7 @@
|
|||
@mixin icon {
|
||||
line-height: 14px;
|
||||
&.decorator:before {
|
||||
content: 'A';
|
||||
content: '@';
|
||||
background: $blueberry;
|
||||
}
|
||||
&.directive:before {
|
||||
|
|
Loading…
Reference in New Issue