5 lines
134 B
SCSS
5 lines
134 B
SCSS
// Fill gaps in pixel art dots
|
|
// `transform` property conflict when used for nes-icon
|
|
@mixin fill-gaps() {
|
|
transform: rotate(0);
|
|
}
|