8 lines
130 B
SCSS
8 lines
130 B
SCSS
@mixin text-debug {
|
|
font-family: joystix;
|
|
font-size: 4px;
|
|
line-height: 1em;
|
|
margin: 0 1px;
|
|
text-transform: uppercase;
|
|
}
|