aframe-inspector
Version:
A visual inspector tool for A-Frame.
23 lines (17 loc) • 348 B
text/stylus
@import './lib';
.entityPrint
font-family $normalfont
line-height 1.15em
.entityName
display inline-block
overflow hidden
position relative
text-overflow ellipsis
top 3px
white-space nowrap
[data-entity-name-type="id"]
color $red
[data-entity-name-type="class"]
color $green
[data-entity-name-type="mixin"]
color $orange