chore(doc-gen): use @ for symbol on annotations
This commit is contained in:
parent
c94ad87dd4
commit
d22706b202
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue